ssh-ident icon indicating copy to clipboard operation
ssh-ident copied to clipboard

Fix ssh-agent shutdown on terminal close

Open kgraefe opened this issue 6 years ago • 0 comments

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.

kgraefe avatar Feb 03 '20 11:02 kgraefe