Displaying 1 result from an estimated 1 matches for "ironhand".
Did you mean:
ironald
2001 Feb 20
0
segfault on RH 6.2 with 2.5.1p1 going to a host not in ~/.ssh/known_hosts
...penssl RPM, that I think I got from openssh.com too
(but that was a while ago :) ) - openssl-0.9.5a-2
I am seeing a problem, when ssh'ing from a redhat 6.2 box to a host that
is not in a user's .ssh/known_hosts file, and /etc/ssh/known_hosts does
not exist :
strace shows this :
[root at ironhand ssh]# strace -u mhurst /usr/bin/ssh -v kaos
.
.
.
open("/etc/ssh/ssh_known_hosts", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/mhurst/.ssh/known_hosts", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=338, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_...