I've installed openssh on my linux laptop and a static-ip server. I can login to the server from withing the local domain using DHCP, and I can login via a phone line with PPP and DHCP within the same domain. But I cannot login from a DSL with DHCP connection that originates outside the domain of the server. I've tried modifying the $HOME/.ssh/config in several ways, but I still can't connect. For example, with the default configuration my connect attempt hangs with the following: % ssh -v sp SSH Version OpenSSH_2.2.0p1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /usr/local/etc/ssh_config debug: Seeding random number generator debug: ssh_connect: getuid 500 geteuid 0 anon 0 debug: Connecting to spf1n1.ucc.uconn.edu [137.99.110.51] port 22. debug: Seeding random number generator debug: Allocated local port 794. I'm new to ssh, and any suggestions would be greatly appreciated.
