ccontavalli / ssh-ident

Different agents and different keys for different projects, with ssh.
Other
963 stars 71 forks source link

Fix ssh-agent shutdown on terminal close #58

Open kgraefe opened 4 years ago

kgraefe commented 4 years ago

With Python 3.2 the default value for close_fds changed from True to False. Therefore ssh-agent inherits the file descriptors to /dev/tty from ssh-ident. At least on Cygwin this causes ssh-agent to shut down when the terminal is closed.