getting ssh to work

2004-09-03 Thread David Syphers
I recently tried to ssh into my desktop from another machine, and found that it doesn't work (it times out). I'm not sure what I need to do to make it work. I'm running 5-CURRENT from August 3 (back when 5 was still -CURRENT). I've confirmed that sshd is running (sshd_enable=YES is in rc.conf).

Re: getting ssh to work

2004-09-03 Thread David Syphers
On Friday 03 September 2004 01:43 am, Matthew Seaman wrote: One thing to check -- do you have the machine key for the remote machine cached somewhere No. Failing that, try running ssh and/or sshd in debug mode. On the client side you can run: % ssh -v -v -v [EMAIL PROTECTED] which

Re: getting ssh to work

2004-09-03 Thread David Syphers
On Friday 03 September 2004 02:56 am, David Syphers wrote: [a lot of stuff about how ssh doesn't work] Oh my, I feel silly. See, I have no experience with LANs, and foolishly though that I had a real IP, that computers off the LAN could use to find me... Didn't even realize I was _on_ a LAN,

Re: getting ssh to work

2004-09-03 Thread Mark Vasquez
David Syphers wrote: On Friday 03 September 2004 02:56 am, David Syphers wrote: [a lot of stuff about how ssh doesn't work] Oh my, I feel silly. See, I have no experience with LANs, and foolishly though that I had a real IP, that computers off the LAN could use to find me... Didn't even realize