rattan wrote:
I have a kfs based standalone cpu/auth standalone server.
An ssh out of this server to a remote (Linux box) has
problems..
cpu% ssh [EMAIL PROTECTED]
server remote not on key ring.
add key to keyfile (a), continue without adding key (b), or exit (s) [e]a
ssh: client authentication failed.
cpu%
But if reboot the same box into a terminal ssh out to remote box
works (same dialog except the authentication succedes).
-ishwar
Your Linux machine probably does one of two things (or both):
a) disables SSHv1, and / or
b) requires OPIE / S/Key / similar authentication for SSHv1
The reason for these behaviors is a bug in the SSHv1 protocol. It'd be
really nice to have an sshv2 client for Plan 9. Hint hint ;)
--Devon