On 16 Aug 2001 21:17:30 -0400, Jacob Stowell wrote: > Hi again all, > > I have continued plugging away trying to get sshd to start on my home > machine, and still no luck. Below are the results of tests I have run to > try > to figure out the problem. Any suggestions would be greatly > appreciated. > > This is what I get when I try to log in remotely: > > shaq-fu[~]% ssh -v satchel1.dyndns.org > OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: Seeding random number generator > debug1: Rhosts Authentication disabled, originating port will not be > trusted. > debug1: restore_uid > debug1: ssh_connect: getuid 1000 geteuid 1000 anon 1 > debug1: Connecting to satchel1.dyndns.org [24.29.63.20] port 22. > debug1: temporarily_use_uid: 1000/1000 (e=1000) > debug1: restore_uid > debug1: temporarily_use_uid: 1000/1000 (e=1000) > debug1: connect: Connection refused > debug1: restore_uid > debug1: Trying again... > debug1: Connecting to satchel1.dyndns.org [24.29.63.20] port 22. > debug1: temporarily_use_uid: 1000/1000 (e=1000) > debug1: restore_uid > debug1: temporarily_use_uid: 1000/1000 (e=1000) > debug1: connect: Connection refused > debug1: restore_uid > debug1: Trying again... > debug1: Connecting to satchel1.dyndns.org [24.29.63.20] port 22.
Do you have a firewall in place? This almost looks like you're denying access to the port to me. --mike

