linuxhardlife
05-08-2006, 04:30 AM
Hi,
I am trying to setup passwordless login's for access to an application on a server, the application can be run in a console and want to suppress server logins by using RSA keys and not having to enter in a server password.
I have setup RSA keys and copied these to the server and the sever is now also listed in the know hosts file but it still prompts for a password to login.
I run a script to login and start the program and i have run this is verbose to get the debug output.
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to burwood1 [192.168.10.4] port 22.
debug1: Connection established.
debug1: identity file /home/jwalker/.ssh/identity type -1
debug1: identity file /home/jwalker/.ssh/id_rsa type 1
debug1: identity file /home/jwalker/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_3.4p1
debug1: match: OpenSSH_3.4p1 pat OpenSSH_3.*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.1
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: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'burwood1' is known and matches the RSA host key.
debug1: Found key in /home/jwalker/.ssh/known_hosts:14
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,password
debug1: Next authentication method: publickey
debug1: Trying private key: /home/jwalker/.ssh/identity
debug1: Offering public key: /home/jwalker/.ssh/id_rsa
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /home/jwalker/.ssh/id_dsa
debug1: Next authentication method: password
sageuser@burwood1's password:
Any help with this would be great..
I am trying to setup passwordless login's for access to an application on a server, the application can be run in a console and want to suppress server logins by using RSA keys and not having to enter in a server password.
I have setup RSA keys and copied these to the server and the sever is now also listed in the know hosts file but it still prompts for a password to login.
I run a script to login and start the program and i have run this is verbose to get the debug output.
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to burwood1 [192.168.10.4] port 22.
debug1: Connection established.
debug1: identity file /home/jwalker/.ssh/identity type -1
debug1: identity file /home/jwalker/.ssh/id_rsa type 1
debug1: identity file /home/jwalker/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_3.4p1
debug1: match: OpenSSH_3.4p1 pat OpenSSH_3.*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.1
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: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'burwood1' is known and matches the RSA host key.
debug1: Found key in /home/jwalker/.ssh/known_hosts:14
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,password
debug1: Next authentication method: publickey
debug1: Trying private key: /home/jwalker/.ssh/identity
debug1: Offering public key: /home/jwalker/.ssh/id_rsa
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /home/jwalker/.ssh/id_dsa
debug1: Next authentication method: password
sageuser@burwood1's password:
Any help with this would be great..