Skip to content

Comments

Fix ssh-agent shutdown on terminal close#58

Open
kgraefe wants to merge 1 commit intoccontavalli:masterfrom
kgraefe:fix-ssh-agent-shutdown-on-terminal-close
Open

Fix ssh-agent shutdown on terminal close#58
kgraefe wants to merge 1 commit intoccontavalli:masterfrom
kgraefe:fix-ssh-agent-shutdown-on-terminal-close

Conversation

@kgraefe
Copy link

@kgraefe kgraefe commented Feb 3, 2020

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.

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.

Signed-off-by: Konrad Gräfe <kgraefe@paktolos.net>
@kgraefe kgraefe force-pushed the fix-ssh-agent-shutdown-on-terminal-close branch from 17becaa to 3a383df Compare February 3, 2020 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant