Quote:
Hi
I'm trying to access a windows 2003 server from a linux node.
I need the ssh to logon without the password to run some automated
scripts. It's a secure system so the password is not an issue.
I can get logged in if I supply the password, however
I need to get login with out the password.
Has anyone tried this from a Linux node?
I have copied the rsa and dsa public keys from the linux box to the
ssh_public_key file and set all of the other settings as described in this mail thread.
Any other ideas
thanks
-ken
I'm having the same problem using OpenSuSE PPC. I can connect if password is set, but when I try to set up shared key, I get this:
---snip---
ssh -v -i /root/.ssh/cypress cypress2@cypress
OpenSSH_4.4p1, OpenSSL 0.9.8d 28 Sep 2006
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to cypress [172.31.14.72] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/cypress type 1
debug1: Remote protocol version 2.0, remote software version WeOnlyDo 1.3.5
debug1: no match: WeOnlyDo 1.3.5
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.4
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host 'cypress' is known and matches the RSA host key.
debug1: Found key in /root/.ssh/known_hosts:5
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /root/.ssh/cypress
debug1: Server accepts key: pkalg ssh-rsa blen 277
debug1: read PEM private key done: type RSA
debug1: Authentications that can continue: publickey
debug1: No more authentication methods to try.
Permission denied (publickey).
---/snip---
Going to keep slogging through it, but figured I'd see if anyone else had figured this out.