On Thu, Mar 25, 2004 at 01:37:55PM +0100, Dag-Erling Sm�rgrav wrote: : Jonathon McKitrick <[EMAIL PROTECTED]> writes: : > On Sat, Feb 21, 2004 at 03:52:27PM -0500, Christian W. Sung wrote: : > : 2. Copy the resulting id_rsa.pub to ~/.ssh/authorized_keys2 on the : > : remote machine you're trying to access, and if there's an : > : authorized_keys (without the ending 2), copy the key there as well. : : There is no difference between authorized_keys and authorized_keys2 : except the name. There is no point in having both. : : > neptune:~> ssh [EMAIL PROTECTED] : > The authenticity of host 'dogma.freebsd-uk.eu.org (130.88.200.97)' can't be : > established. : > DSA key fingerprint is c4:81:d6:8d:48:0e:39:ba:b3:40:e2:52:62:18:d4:f5. : > Are you sure you want to continue connecting (yes/no)? yes : > Warning: Permanently added 'dogma.freebsd-uk.eu.org,130.88.200.97' (DSA) to : > the list of known hosts. : > key_verify failed for server_host_key : : Something's wrong with your .ssh/known_hosts. Running ssh with one or : more -v may give an indication of exactly what is wrong.
Debug output follows. Interestingly, my laptop (running 4.8R) is working now. No password needed for any rsh operation to this site. But the same procedure on a 4.8-stable box (this one, now) gives this error: debug2: kex_parse_kexinit: debug2: kex_parse_kexinit: debug2: kex_parse_kexinit: first_kex_follows 0 debug2: kex_parse_kexinit: reserved 0 debug2: mac_init: found hmac-md5 debug1: kex: server->client aes128-cbc hmac-md5 none debug2: mac_init: found hmac-md5 debug1: kex: client->server aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug2: dh_gen_key: priv key bits set: 140/256 debug2: bits set: 519/1024 debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug3: check_host_in_hostfile: filename /home/jcm/.ssh/known_hosts debug3: check_host_in_hostfile: match line 1 debug3: check_host_in_hostfile: filename /home/jcm/.ssh/known_hosts debug3: check_host_in_hostfile: match line 1 debug1: Host 'dogma.freebsd-uk.eu.org' is known and matches the DSA host key. debug1: Found key in /home/jcm/.ssh/known_hosts:1 debug2: bits set: 474/1024 debug1: ssh_dss_verify: signature incorrect key_verify failed for server_host_key neptune:~> : : DES : -- : Dag-Erling Sm�rgrav - [EMAIL PROTECTED] jm -- My other computer is your Windows box. _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
