|
|
Question : Problem: password-less ssh from Redhat Linux to Solaris NIS server
|
|
I tried for hours to get password-less ssh working to a Solaris NIS server from a RedHat with no luck. Below is the verbose output from the ssh attempt last made. Can you see if you can figure it out, please? We need to keep it SSHv2 and leave v1 disabled.
[usew@w8654usew ~/.ssh]$ ssh -v s8654geo1 OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090701f debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: Connecting to s8654geo1 [10.20.5.5] port 22. debug1: Connection established. debug1: identity file /net/home/usew/.ssh/identity type -1 debug1: identity file /net/home/usew/.ssh/id_rsa type 1 debug1: identity file /net/home/usew/.ssh/id_dsa type 2 debug1: Remote protocol version 2.0, remote software version Sun_SSH_1.1 debug1: no match: Sun_SSH_1.1 debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_3.6.1p2 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 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 's8654geo1' is known and matches the RSA host key. debug1: Found key in /net/home/usew/.ssh/known_hosts:7 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: gssapi-keyex,gssapi-with-mic,publicke y,password,keyboard-interactive debug1: Next authentication method: publickey debug1: Trying private key: /net/home/usew/.ssh/identity debug1: Offering public key: /net/home/usew/.ssh/id_rsa debug1: Authentications that can continue: gssapi-keyex,gssapi-with-mic,publicke y,password,keyboard-interactive debug1: Offering public key: /net/home/usew/.ssh/id_dsa debug1: Authentications that can continue: gssapi-keyex,gssapi-with-mic,publicke y,password,keyboard-interactive debug1: Next authentication method: keyboard-interactive Password:
|
Answer : Problem: password-less ssh from Redhat Linux to Solaris NIS server
|
|
Hi sirbounty,
As you can see links were provided on how to set password-less access. I think this is an answer that should be accepted.
|
|
|
|