Hmmm,
after upgrading to openssh 2.9p1 and sshing in ( using protocol 2 )
I get a message displayed:
$ ssh -2 devsrv1
Warning: Permanently added 'devsrv1,13.219.4.41' (RSA) to the list of
known hosts.
and find the RSA key added to $HOME/.ssh/known_hosts2
Using -v -v -v I see
debug3: check_host_in_hostfile: filename
/export/home/markr/.ssh/known_hosts2
debug3: check_host_in_hostfile: filename /usr/local/etc/ssh_known_hosts2
debug3: check_host_in_hostfile: filename
/export/home/markr/.ssh/known_hosts2
debug3: check_host_in_hostfile: filename /usr/local/etc/ssh_known_hosts2
Warning: Permanently added 'devsrv1,13.219.4.41' (RSA) to the list of
known hosts.
debug1: bits set: 1021/2049
debug1: ssh_rsa_verify: signature correct
should it not be adding RSA host files to known_hosts not known_hosts2
and only if I am using protocol 1 not 2 or have I taken yet another 2
steps
backward in my attempt @ understanding of openssh.
Rgds
Mark Reardon