Apologies if this isn't the best place to ask this, and I would appreciate re-direction if it isn't. I have a number of servers running ssh 2.0.13, and now want to connect with clients running ossh. I can connect with password authentication, but not publickey. I've generated a key pair on the client with: ssh-keygen -b 1024 -d -f id_dsa -N '' I've added id_dsa to ~/.ssh/authorized_keys2 on the server. I even tried adding a user_key.pub to ~/.ssh2/ on the server, and a 'Key user_key.pub' on the ~/.ssh2/authorization file on the server. (So either ossh on the client or sshd2 on the server could find it). In both cases, an ssh -v give me: debug: authentications that can continue: publickey,password debug: try pubkey: /home/user/.ssh/id_dsa debug: read DSA private key done debug: sig size 20 20 debug: datafellows debug: authentications that can continue: publickey,password user@server's password: I also tried moving a private key on the server to the client, changing key formats to match (ssh2 has multi-line keys, ossh single line) with no luck. At this point, I'd rather not switch my servers to ossh (for logistic reasons). Nothing in the FAQ seems to apply to my problem. Any suggestions? ===== : __o "Live simply, that others may simply live." : -\<, -Mohandis Gandhi : 0/ 0 __________________________________________________ Do You Yahoo!? Send instant messages with Yahoo! Messenger. http://im.yahoo.com/
