I'm trying to get ssh to work for me. There must be something simple
I'm missing in the config or something.
I ssh to my son's machine and log in as myself. Then I turn around and try to ssh from his machine back to mine. I have my port set up as 13045 so I can ssh through my router to my machine :
$ ssh -l ajackson -p 13045 -v earthman
OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090600f
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Applying options for earthman
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: restore_uid
debug1: ssh_connect: getuid 501 geteuid 0 anon 1
debug1: Connecting to earthman [192.168.0.2] port 13045.
debug1: temporarily_use_uid: 501/100 (e=0)
debug1: restore_uid
debug1: temporarily_use_uid: 501/100 (e=0)
debug1: restore_uid
debug1: Connection established.
debug1: read PEM private key done: type DSA
debug1: read PEM private key done: type RSA
debug1: identity file /home/ajackson/.ssh/identity type -1
debug1: identity file /home/ajackson/.ssh/id_rsa type -1
debug1: identity file /home/ajackson/.ssh/id_dsa type -1
debug1: Remote protocol version 1.5, remote software version OpenSSH_3.2.3p1
debug1: match: OpenSSH_3.2.3p1 pat OpenSSH*
debug1: Local version string SSH-1.5-OpenSSH_3.1p1
debug1: Waiting for server public key.
debug1: Received server public key (768 bits) and host key (1024 bits).
debug1: Host 'earthman' is known and matches the RSA1 host key.
debug1: Found key in /home/ajackson/.ssh/known_hosts:2
debug1: Encryption type: 3des
debug1: Sent encrypted session key.
debug1: cipher_init: set keylen (16 -> 32)
debug1: cipher_init: set keylen (16 -> 32)
debug1: Installing crc compensation attack detector.
debug1: Received encrypted confirmation.
debug1: Doing challenge response authentication.
debug1: No challenge.
debug1: Doing password authentication.
[EMAIL PROTECTED]'s password: Permission denied, please try again.
[EMAIL PROTECTED]'s password: Permission denied, please try again.
[EMAIL PROTECTED]'s password: Permission denied.
debug1: Calling cleanup 0x8063570(0x0)
It just doesn't like my password. I can't imagine why not.
i've seen this happen on systems where openssl got horked, or pam support was messed up in the sshd binary. try starting sshd with the -d switch, which puts it into debug mode so that you'll get verbose messaging on the server side of what is going on.
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ L. Friedman [EMAIL PROTECTED] Linux Step-by-step & TyGeMo: http://netllama.ipfox.com
8:35pm up 3 days, 21:07, 1 user, load average: 0.19, 0.25, 0.36
_______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users