We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d48aca commit c05fc99Copy full SHA for c05fc99
1 file changed
pwnlib/tubes/ssh.py
@@ -777,7 +777,6 @@ def __init__(self, user=None, host=None, port=22, password=None, key=None,
777
778
self.fingerprint = self.transport.get_remote_server_key().get_fingerprint().hex()
779
780
- atexit.register(self.close)
781
h.success()
782
783
if self.raw:
0 commit comments