https://bugzilla.mindrot.org/show_bug.cgi?id=2781
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Darren Tucker <[email protected]> --- (In reply to jg from comment #0) > I noticed that an SSH tunnel won't close until I exit Chrome Browser > that was using the tunnel. Shouldn't ssh force close of the > connection? No. In SSH2 the connection and the login are distinct things. > Try to terminate the ssh connection, and it won't > ubuntu@mypc:~$ logout No, you're terminating the interactive shell's channel, which is one of possibly many channels within the connection. If you really want to kill the connection regardless of how many channels are open then use the ~. escape sequence. -- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
