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. My sshd_config looks like this : Subsystem sftp /usr/lib/ssh/sftp-server IgnoreRhosts yes RhostsRSAAuthentication no RhostsAuthentication no IgnoreUserKnownHosts no PrintMotd yes StrictModes yes RSAAuthentication yes PermitRootLogin no PermitEmptyPasswords no PasswordAuthentication yes CheckMail no X11Forwarding yes DenyGroups majordom AllowGroups ajackson users ReverseMappingCheck no GatewayPorts yes AllowTcpForwarding yes KeepAlive yes Protocol 1 Port 13045 Any ideas? -- ----------------------------------------------------------------------- | Alan K. Jackson | To see a World in a Grain of Sand | | [EMAIL PROTECTED] | And a Heaven in a Wild Flower, | | www.ajackson.org | Hold Infinity in the palm of your hand | | Houston, Texas | And Eternity in an hour. - Blake | ----------------------------------------------------------------------- _______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users