Displaying 1 result from an estimated 1 matches for "cass37".
Did you mean:
cass
2002 Feb 27
2
[Bug 126] New: ssh-keyscan hangs or crashes accessing Sun ssh host
...Priority: P2
Component: Miscellaneous
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: jss at ast.cam.ac.uk
When trying to do a keyscan on a machine running Sun's ssh daemon, the
ssh-keyscan hangs indefinitely.
For example:
xpc1:~/code> ./ssh-keyscan cass37.ast.cam.ac.uk
# cass37.ast.cam.ac.uk SSH-2.0-Sun_SSH_1.0
[... hangs here consuming most of the cpu ...]
strace shows something like this repeated:
read(3, "", 1349676892) = 0
gettimeofday({1014826290, 123906}, NULL) = 0
gettimeofday({1014826290, 125461}, NULL) = 0
With...