Mailinglist Archive: opensuse-de (6807 mails)
| < Previous | Next > |
Re: ssh -> permission denied
- From: Andreas Wolf <jacky9999@xxxxxxx>
- Date: Tue, 14 Jan 2003 18:27:04 +0100
- Message-id: <200301141827.04303.jacky9999@gmx.net>
Hmm, ist der User andy auf 192.168.123.153 bekannt?Der User andy ist auf beiden Rechnern mit dem gleichen Passwort
Wenn ja, dann mach mal ein ssh -vvv
vorhanden
ssh -vvv ergibt
andy@universe:~> ssh -vvv 192.168.123.153
OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f
5225: debug1: Reading configuration data /etc/ssh/ssh_config
5225: debug1: Applying options for *
5225: debug1: Rhosts Authentication disabled, originating port will not
be trusted.
5225: debug1: ssh_connect: needpriv 0
5225: debug1: Connecting to 192.168.123.153 [192.168.123.153] port 22.
5225: debug1: Connection established.
5225: debug1: identity file /home/andy/.ssh/identity type -1
5225: debug1: identity file /home/andy/.ssh/id_rsa type -1
5225: debug1: identity file /home/andy/.ssh/id_dsa type -1
5225: debug1: Remote protocol version 1.99, remote software version
OpenSSH_3.4p1
5225: debug1: match: OpenSSH_3.4p1 pat OpenSSH*
5225: Enabling compatibility mode for protocol 2.0
5225: debug1: Local version string SSH-2.0-OpenSSH_3.4p1
5225: debug1: SSH2_MSG_KEXINIT sent
5225: debug1: SSH2_MSG_KEXINIT received
5225: debug2: kex_parse_kexinit:
diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
5225: debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
5225: debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@xxxxxxxxxxxxxx
5225: debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@xxxxxxxxxxxxxx
5225: debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@xxxxxxxxxxx,hmac-sha1-96,hmac-md5-96
5225: debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@xxxxxxxxxxx,hmac-sha1-96,hmac-md5-96
5225: debug2: kex_parse_kexinit: none
5225: debug2: kex_parse_kexinit: none
5225: debug2: kex_parse_kexinit:
5225: debug2: kex_parse_kexinit:
5225: debug2: kex_parse_kexinit: first_kex_follows 0
5225: debug2: kex_parse_kexinit: reserved 0
5225: debug2: kex_parse_kexinit:
diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
5225: debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
5225: debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@xxxxxxxxxxxxxx
5225: debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@xxxxxxxxxxxxxx
5225: debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@xxxxxxxxxxx,hmac-sha1-96,hmac-md5-96
5225: debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@xxxxxxxxxxx,hmac-sha1-96,hmac-md5-96
5225: debug2: kex_parse_kexinit: none,zlib
5225: debug2: kex_parse_kexinit: none,zlib
5225: debug2: kex_parse_kexinit:
5225: debug2: kex_parse_kexinit:
5225: debug2: kex_parse_kexinit: first_kex_follows 0
5225: debug2: kex_parse_kexinit: reserved 0
5225: debug2: mac_init: found hmac-md5
5225: debug1: kex: server->client aes128-cbc hmac-md5 none
5225: debug2: mac_init: found hmac-md5
5225: debug1: kex: client->server aes128-cbc hmac-md5 none
5225: debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent
5225: debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
5225: debug1: dh_gen_key: priv key bits set: 133/256
5225: debug1: bits set: 1633/3191
5225: debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
5225: debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
5225: debug3: check_host_in_hostfile: filename
/home/andy/.ssh/known_hosts
5225: debug3: check_host_in_hostfile: match line 1
5225: debug1: Host '192.168.123.153' is known and matches the RSA host
key.
5225: debug1: Found key in /home/andy/.ssh/known_hosts:1
5225: debug1: bits set: 1574/3191
5225: debug1: ssh_rsa_verify: signature correct
5225: debug1: kex_derive_keys
5225: debug1: newkeys: mode 1
5225: debug1: SSH2_MSG_NEWKEYS sent
5225: debug1: waiting for SSH2_MSG_NEWKEYS
5225: debug1: newkeys: mode 0
5225: debug1: SSH2_MSG_NEWKEYS received
5225: debug1: done: ssh_kex2.
5225: debug1: send SSH2_MSG_SERVICE_REQUEST
5225: debug1: service_accept: ssh-userauth
5225: debug1: got SSH2_MSG_SERVICE_ACCEPT
5225: debug1: authentications that can continue:
5225: debug3: start over, passed a different list
publickey,keyboard-interactive,password
5225: debug3: preferred publickey,keyboard-interactive,password
5225: debug3: authmethod_lookup publickey
5225: debug3: remaining preferred: keyboard-interactive,password
5225: debug3: authmethod_is_enabled publickey
5225: debug1: next auth method to try is publickey
5225: debug1: try privkey: /home/andy/.ssh/identity
5225: debug3: no such identity: /home/andy/.ssh/identity
5225: debug1: try privkey: /home/andy/.ssh/id_rsa
5225: debug3: no such identity: /home/andy/.ssh/id_rsa
5225: debug1: try privkey: /home/andy/.ssh/id_dsa
5225: debug3: no such identity: /home/andy/.ssh/id_dsa
5225: debug2: we did not send a packet, disable method
5225: debug3: authmethod_lookup keyboard-interactive
5225: debug3: remaining preferred: password
5225: debug3: authmethod_is_enabled keyboard-interactive
5225: debug1: next auth method to try is keyboard-interactive
5225: debug2: userauth_kbdint
5225: debug2: we sent a keyboard-interactive packet, wait for reply
5225: debug1: authentications that can continue:
5225: debug3: userauth_kbdint: disable: no info_req_seen
5225: debug2: we did not send a packet, disable method
5225: debug3: authmethod_lookup password
5225: debug3: remaining preferred:
5225: debug3: authmethod_is_enabled password
5225: debug1: next auth method to try is password
andy@192.168.123.153's password:
5225: debug3: packet_send2: adding 64 (len 56 padlen 8 extra_pad 64)
5225: debug2: we sent a password packet, wait for reply
5225: debug1: authentications that can continue:
5225: Permission denied, please try again.
andy@192.168.123.153's password:
| < Previous | Next > |