Two computers, named Dad and Toshiba, on my network. Both run Fedora 7. I thought that I'd try this 'SFTP' thing. I can connect to Dad from Toshiba using my username and password. Perfect. I cannot connect to Toshiba from Dad. Error message states '
Couldn't display "sftp://192.168.1.102:22/", because no host "192.168.1.102" could be found. Check that the spelling is correct and that your proxy settings are correct.' I can ping 192.168.1.102 (dad) from Toshiba.
[glenn@toshiba ~]$ ping 192.168.1.102
PING 192.168.1.102 (192.168.1.102) 56(84) bytes of data.
64 bytes from 192.168.1.102: icmp_seq=1 ttl=64 time=0.069 ms
64 bytes from 192.168.1.102: icmp_seq=2 ttl=64 time=0.070 ms
64 bytes from 192.168.1.102: icmp_seq=3 ttl=64 time=0.073 ms
64 bytes from 192.168.1.102: icmp_seq=4 ttl=64 time=0.101 ms
64 bytes from 192.168.1.102: icmp_seq=5 ttl=64 time=0.074 ms
64 bytes from 192.168.1.102: icmp_seq=6 ttl=64 time=0.073 ms
64 bytes from 192.168.1.102: icmp_seq=7 ttl=64 time=0.072 ms
64 bytes from 192.168.1.102: icmp_seq=8 ttl=64 time=0.075 ms
64 bytes from 192.168.1.102: icmp_seq=9 ttl=64 time=0.072 ms
64 bytes from 192.168.1.102: icmp_seq=10 ttl=64 time=0.073 ms
--- 192.168.1.102 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 8999ms
rtt min/avg/max/mdev = 0.069/0.075/0.101/0.010 ms
[glenn@toshiba ~]$
I believe that SSHD needs to be running on both computers. It is, and starts at boot on both. SELinux and Firewall are disabled on both computers also. Any thoughts?