Skip to content

Commit d1ff92b

Browse files
authored
Merge pull request #107 from draganbjedov/main
Remove paramiko.DSSKey
2 parents 98118b1 + 57ab65f commit d1ff92b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

score/itf/core/com/ssh.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def _load_private_key(pkey_path: str):
6666
paramiko.RSAKey,
6767
paramiko.ECDSAKey,
6868
paramiko.Ed25519Key,
69-
paramiko.DSSKey,
7069
]
7170

7271
load_errors = []

0 commit comments

Comments
 (0)