Skip to content

Fix ssh-agent shutdown on terminal close #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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 <[email protected]>
@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