SSH Problems

OK, so I’ve upgraded my laptop to Fedora 15, and want to restore the backup, but I can’t ssh into it. Here’s what happens:

[simberg@linux-host ~]$ ping 192.168.0.105
PING 192.168.0.105 (192.168.0.105) 56(84) bytes of data.
64 bytes from 192.168.0.105: icmp_req=1 ttl=64 time=0.250 ms
64 bytes from 192.168.0.105: icmp_req=2 ttl=64 time=0.243 ms
64 bytes from 192.168.0.105: icmp_req=3 ttl=64 time=0.225 ms
64 bytes from 192.168.0.105: icmp_req=4 ttl=64 time=0.261 ms
^C
— 192.168.0.105 ping statistics —
4 packets transmitted, 4 received, 0% packet loss, time 3001ms
rtt min/avg/max/mdev = 0.225/0.244/0.261/0.023 ms
[simberg@linux-host ~]$ ssh 192.168.0.105
ssh: connect to host 192.168.0.105 port 22: No route to host
[simberg@linux-host ~]$

So I can ping it, but it won’t connect. I’ve installed opensshd on the laptop, I’ve enabled it, and the firewall has port 22 open. I can also ssh into it from a terminal on the machine (e.g., ssh localhost or ssh 192.168.0.105), but not from another computer on the network. Any ideas?

4 thoughts on “SSH Problems”

  1. Don’t you have to generate a security token and pair the keys between the two machines? It seems to me when i used Ubuntu that I could just run SCP, provide the username and password on the remote computer, and it would generate a temporary key on its own. Then, launch the copy command straight away.

  2. I disabled it to test. Same result. I reenabled because I really don’t think it’s a good idea to have a diabled firewall on a machine hooked up to the Internet.

Comments are closed.