PDA

View Full Version : ssh trouble from outside lan network


FRANK_F
11th August 2008, 01:12 PM
Hello

I am able to ssh from ubuntu to fedora, with my ubuntu machine that is inside my local network.

I am able to ssh to my ubuntu machine from outside my network by typing ssh <ip address>

when i attempt to ssh from outide my network to my fedora machine, I receive.....

frankie@ip's password:
Permission denied (publickey,password).

kennedyprojects
11th August 2008, 01:28 PM
Is it with all of the users?

Is the sshd_config the same on both boxes? (ie: have you tried matching the ubuntu w/ the fedora one?)

Try ssh from ubuntu to ubuntu to make sure that works..

if not, check the permissions on the .ssh files in the directory of the user(s) with the problems...