From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 2 Apr 2012 16:53:07 +0000 From: sl@9front.org To: 9fans@9fans.net Message-ID: <6c765d39843b450680197945288ba16b@sp.nv> In-Reply-To: References: <1333383156.33489.YahooMailClassic@web83915.mail.sp1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] SSHv2 Topicbox-Message-UUID: 749b4840-ead7-11e9-9d60-3106f5b1d025 > After rebuilding nfactotum and starting it in a fresh window, > I'm able to login to all of the previously tried remote hosts. It seems to be failing only when factotum is already populated with keys (I should point out: keys unrelated to the hosts I'm trying to login to with the new ssh): term% sshtun -d term% ssh2 openbsd Got destroy fid on file: 0 0 0 0: ssh new connection: 0 id string: 21:SSH-2.0-OpenSSH_6.0 Initializing kexinit packet Sent KEX algs: diffie-hellman-group1-sha1,diffie-hellman-group14-sha1 Sent host key algs: ssh-rsa,ssh-dss Sent crypto algs: aes128-cbc,aes192-cbc,aes256-cbc,3des-cbc,arcfour Sent MAC algs: hmac-sha1 Starting reader for connection 0, pid:8 calling read for connection 0, state 2, nb 4, dc -1 Got message length: 980 got message of 984 bytes 9 padding: first byte: 20 Using diffie-hellman-group1-sha1 Kex algorithm and ssh-rsa PKA calling read for connection 0, state 5, nb 4, dc -1 Got message length: 700 got message of 704 bytes 8 padding: first byte: 31 Verifying server signature In rsa_verify for connection: 0 got error in factotum: unknown role verify Key verification dialog failed Shutting down connection 0 clone 2 ctl 3 data 2 listen 2 local 2 remote 2 status 2 Done processing shutdown of connection 0 Got destroy fid on file: 18000 0 0 0: keys Got destroy fid on file: 28000 1 0 0: ctl ssh2: dial: handshake failed term% ssh2 osx Got destroy fid on file: 0 0 0 0: ssh new connection: 1 id string: 21:SSH-2.0-OpenSSH_5.2 Initializing kexinit packet Sent KEX algs: diffie-hellman-group1-sha1,diffie-hellman-group14-sha1 Sent host key algs: ssh-rsa,ssh-dss Sent crypto algs: aes128-cbc,aes192-cbc,aes256-cbc,3des-cbc,arcfour Sent MAC algs: hmac-sha1 Starting reader for connection 1, pid:15 calling read for connection 1, state 2, nb 4, dc -1 Got message length: 780 got message of 784 bytes 10 padding: first byte: 20 Using diffie-hellman-group1-sha1 Kex algorithm and ssh-rsa PKA calling read for connection 1, state 5, nb 4, dc -1 Got message length: 700 got message of 704 bytes 10 padding: first byte: 31 Verifying server signature In rsa_verify for connection: 1 got error in factotum: unknown role verify Key verification dialog failed Shutting down connection 1 clone 2 ctl 3 data 2 listen 2 local 2 remote 2 status 2 Done processing shutdown of connection 1 Got destroy fid on file: 18000 0 0 0: keys Got destroy fid on file: 28080 1 1 0: ctl ssh2: dial: handshake failed -sl