Displaying 1 result from an estimated 1 matches for "emilliken".
Did you mean:
milliken
2013 Mar 16
5
[Bug 2079] New: openssh 6.1/6.2 disconnect due to channel bug
...Unclassified
Product: Portable OpenSSH
Version: 6.1p1
Hardware: amd64
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: emilliken at gmail.com
To reproduce:
in one terminal:
test$ ssh host -MS /tmp/test
<<do a full login>>
in a second terminal on the same machine (2.2.2.2 is an unresponsive
host):
test$ ssh 0 -S /tmp/test -W 2.2.2.2:22
^C << hit control-c >>
test$ ssh 0 -S /tmp/test -W 2.2.2.2:22
&l...