Skip to content
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

Allow forwarding of CLTR-C (SIGINT) to the remote process. #823

Closed
wants to merge 1 commit into from
Closed

Allow forwarding of CLTR-C (SIGINT) to the remote process. #823

wants to merge 1 commit into from

Commits on Jan 16, 2013

  1. Allow forwarding CTRL-C to the remote process.

    This feature is controlled by the env.remote_interupt variable. The default
    value is None, which means that it depends on the value of the "invoke_shell"
    parameter.
    
    If no PTY is allocated, then remote interrupts will always be disabled.
    geertj committed Jan 16, 2013
    Configuration menu
    Copy the full SHA
    ed26997 View commit details
    Browse the repository at this point in the history