Skip to content

Commit c05fc99

Browse files
committed
no atexit, OS will suffice
1 parent 5d48aca commit c05fc99

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pwnlib/tubes/ssh.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,6 @@ def __init__(self, user=None, host=None, port=22, password=None, key=None,
777777

778778
self.fingerprint = self.transport.get_remote_server_key().get_fingerprint().hex()
779779

780-
atexit.register(self.close)
781780
h.success()
782781

783782
if self.raw:

0 commit comments

Comments
 (0)