bugzilla-daemon at mindrot.org
2012-Aug-14 09:35 UTC
[Bug 2033] New: Should exit correctly when connection is lost
https://bugzilla.mindrot.org/show_bug.cgi?id=2033
Priority: P5
Bug ID: 2033
Assignee: unassigned-bugs at mindrot.org
Summary: Should exit correctly when connection is lost
Severity: enhancement
Classification: Unclassified
OS: Linux
Reporter: icegood1980 at gmail.com
Hardware: Other
Status: NEW
Version: 5.9p1
Component: ssh
Product: Portable OpenSSH
When connection is lost whole terminal hangs. Should be able closed
correctly by typing ctrl+C or so (in particular be able to retransmit
key proceed from remote to local machine)
============================ssh -V
OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012
uname -a
Linux ubuntu 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC
2012 x86_64 x86_64 x86_64 GNU/Linux
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2012-Aug-17 00:16 UTC
[Bug 2033] Should exit correctly when connection is lost
https://bugzilla.mindrot.org/show_bug.cgi?id=2033
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Status|NEW |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
If you are using an interactive session, then ctrl-C can't kill the
local ssh process (think about it for a moment and you'll realise why).
For interactive sessions you should use the Disconnect escape sequence
described in the "ESCAPE CHARACTERS" section of "man ssh".
Usually "<enter>~." unless you have overridden it.
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2012-Aug-17 00:40 UTC
[Bug 2033] Should exit correctly when connection is lost
https://bugzilla.mindrot.org/show_bug.cgi?id=2033 --- Comment #2 from Darren Tucker <dtucker at zip.com.au> --- Created attachment 2181 --> https://bugzilla.mindrot.org/attachment.cgi?id=2181&action=edit Cleanup channels when using ControlMaster and ~. Also note that there is a known bug when using ControlMaster (ie mux mode) where the escape sequence ~. does not work in the ControlMaster client. If this is what you're seeing please try the attached patch. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2016-Aug-02 00:42 UTC
[Bug 2033] Should exit correctly when connection is lost
https://bugzilla.mindrot.org/show_bug.cgi?id=2033
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Damien Miller <djm at mindrot.org> ---
Close all resolved bugs after 7.3p1 release
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
Possibly Parallel Threads
- Why ssh client breaks connection in expecting SSH2_MSG_NEWKEYS state?
- [Bug 2365] New: openssh client ignores -o Tunnel=ethernet option, creating an IP tunnel device instead of an ethernet tap device
- [Bug 2414] New: ControlMaster directive should be ignored on Cygwin
- [Bug 2621] New: ControlMaster started by scp (non-ssh?) doesn't forward agent
- checking for "dh_gen_key: group too small" errors