diff --git a/score/itf/core/com/ssh.py b/score/itf/core/com/ssh.py index 20afc2e..19cef5f 100644 --- a/score/itf/core/com/ssh.py +++ b/score/itf/core/com/ssh.py @@ -66,7 +66,6 @@ def _load_private_key(pkey_path: str): paramiko.RSAKey, paramiko.ECDSAKey, paramiko.Ed25519Key, - paramiko.DSSKey, ] load_errors = []