> After patching ndb/cs and running > nfactotum, I'm still having > some trouble getting the new ssh to successfully login to a > remote system: > > term% ssh2 openbsd > The following key has been offered by the server: > ek=10001 > ... > > Add this key? (yes, no, session) yes > ssh2: dial: handshake failed
Unfortunately, the handshake failed error is something of a catch-all when something fails in the early negotiation to set up the connection. To narrow in on what's happening, could you first kill all instances of sshtun that are running. Then run a fresh instance of auth/factotum and don't load anything from secstore. Then try ssh again. If it still doesn't work, kill sshtun again, and run it manually with a -d option, then run ssh. You should get quite a lot of output to stderr and that will hopefully give us some clue as to what's happening. BLS