diff --git a/cd/__init__.py b/cd/__init__.py index 82a2c1e..968ad16 100644 --- a/cd/__init__.py +++ b/cd/__init__.py @@ -90,7 +90,8 @@ def install_commands(path): def set_ssh(*arguments): ssh_key, ssh_hosts = arguments - ssh_type = projects.environment.get('CD_SSH_TYPE', 'ed25519') + # + ssh_type = 'ed25519' # home = os.path.expanduser('~') #