ssh-ident
ssh-ident copied to clipboard
Fix ssh-agent shutdown on terminal close
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.