Mailinglist Archive: opensuse-de (6807 mails)
| < Previous | Next > |
Re: ssh -> permission denied
- From: Andreas Wolf <jacky9999@xxxxxxx>
- Date: Tue, 14 Jan 2003 18:18:19 +0100
- Message-id: <200301141818.19855.jacky9999@gmx.net>
sorry, war wohl das kleine v...
andy@universe:~> ssh -v 192.168.123.153
OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f
5224: debug1: Reading configuration data /etc/ssh/ssh_config
5224: debug1: Applying options for *
5224: debug1: Rhosts Authentication disabled, originating port will not
be trusted.
5224: debug1: ssh_connect: needpriv 0
5224: debug1: Connecting to 192.168.123.153 [192.168.123.153] port 22.
5224: debug1: Connection established.
5224: debug1: identity file /home/andy/.ssh/identity type -1
5224: debug1: identity file /home/andy/.ssh/id_rsa type -1
5224: debug1: identity file /home/andy/.ssh/id_dsa type -1
5224: debug1: Remote protocol version 1.99, remote software version
OpenSSH_3.4p1
5224: debug1: match: OpenSSH_3.4p1 pat OpenSSH*
5224: Enabling compatibility mode for protocol 2.0
5224: debug1: Local version string SSH-2.0-OpenSSH_3.4p1
5224: debug1: SSH2_MSG_KEXINIT sent
5224: debug1: SSH2_MSG_KEXINIT received
5224: debug1: kex: server->client aes128-cbc hmac-md5 none
5224: debug1: kex: client->server aes128-cbc hmac-md5 none
5224: debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent
5224: debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
5224: debug1: dh_gen_key: priv key bits set: 127/256
5224: debug1: bits set: 1583/3191
5224: debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
5224: debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
5224: debug1: Host '192.168.123.153' is known and matches the RSA host
key.
5224: debug1: Found key in /home/andy/.ssh/known_hosts:1
5224: debug1: bits set: 1587/3191
5224: debug1: ssh_rsa_verify: signature correct
5224: debug1: kex_derive_keys
5224: debug1: newkeys: mode 1
5224: debug1: SSH2_MSG_NEWKEYS sent
5224: debug1: waiting for SSH2_MSG_NEWKEYS
5224: debug1: newkeys: mode 0
5224: debug1: SSH2_MSG_NEWKEYS received
5224: debug1: done: ssh_kex2.
5224: debug1: send SSH2_MSG_SERVICE_REQUEST
5224: debug1: service_accept: ssh-userauth
5224: debug1: got SSH2_MSG_SERVICE_ACCEPT
5224: debug1: authentications that can continue:
5224: debug1: next auth method to try is publickey
5224: debug1: try privkey: /home/andy/.ssh/identity
5224: debug1: try privkey: /home/andy/.ssh/id_rsa
5224: debug1: try privkey: /home/andy/.ssh/id_dsa
5224: debug1: next auth method to try is keyboard-interactive
5224: debug1: authentications that can continue:
5224: debug1: next auth method to try is password
Und dann geb ich das Passwort ein, und ich krieg Permission Denied
andy@universe:~> ssh -v 192.168.123.153
OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f
5224: debug1: Reading configuration data /etc/ssh/ssh_config
5224: debug1: Applying options for *
5224: debug1: Rhosts Authentication disabled, originating port will not
be trusted.
5224: debug1: ssh_connect: needpriv 0
5224: debug1: Connecting to 192.168.123.153 [192.168.123.153] port 22.
5224: debug1: Connection established.
5224: debug1: identity file /home/andy/.ssh/identity type -1
5224: debug1: identity file /home/andy/.ssh/id_rsa type -1
5224: debug1: identity file /home/andy/.ssh/id_dsa type -1
5224: debug1: Remote protocol version 1.99, remote software version
OpenSSH_3.4p1
5224: debug1: match: OpenSSH_3.4p1 pat OpenSSH*
5224: Enabling compatibility mode for protocol 2.0
5224: debug1: Local version string SSH-2.0-OpenSSH_3.4p1
5224: debug1: SSH2_MSG_KEXINIT sent
5224: debug1: SSH2_MSG_KEXINIT received
5224: debug1: kex: server->client aes128-cbc hmac-md5 none
5224: debug1: kex: client->server aes128-cbc hmac-md5 none
5224: debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent
5224: debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
5224: debug1: dh_gen_key: priv key bits set: 127/256
5224: debug1: bits set: 1583/3191
5224: debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
5224: debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
5224: debug1: Host '192.168.123.153' is known and matches the RSA host
key.
5224: debug1: Found key in /home/andy/.ssh/known_hosts:1
5224: debug1: bits set: 1587/3191
5224: debug1: ssh_rsa_verify: signature correct
5224: debug1: kex_derive_keys
5224: debug1: newkeys: mode 1
5224: debug1: SSH2_MSG_NEWKEYS sent
5224: debug1: waiting for SSH2_MSG_NEWKEYS
5224: debug1: newkeys: mode 0
5224: debug1: SSH2_MSG_NEWKEYS received
5224: debug1: done: ssh_kex2.
5224: debug1: send SSH2_MSG_SERVICE_REQUEST
5224: debug1: service_accept: ssh-userauth
5224: debug1: got SSH2_MSG_SERVICE_ACCEPT
5224: debug1: authentications that can continue:
5224: debug1: next auth method to try is publickey
5224: debug1: try privkey: /home/andy/.ssh/identity
5224: debug1: try privkey: /home/andy/.ssh/id_rsa
5224: debug1: try privkey: /home/andy/.ssh/id_dsa
5224: debug1: next auth method to try is keyboard-interactive
5224: debug1: authentications that can continue:
5224: debug1: next auth method to try is password
Und dann geb ich das Passwort ein, und ich krieg Permission Denied
| < Previous | Next > |