I'm trying to setup ssh on two systems. I want to remote in to one system from another. On the "host" system I have SSH running... linux-ld60:/home/daniel # /etc/init.d/sshd restart Shutting down SSH daemon done Starting SSH daemon done On the other system, I try to connect. However, i get nowhere. kai@xwing:~/apps> ping 192.168.0.102 PING 192.168.0.102 (192.168.0.102) 56(84) bytes of data. 64 bytes from 192.168.0.102: icmp_seq=1 ttl=64 time=5.66 ms 64 bytes from 192.168.0.102: icmp_seq=2 ttl=64 time=1.19 ms --- 192.168.0.102 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 999ms rtt min/avg/max/mdev = 1.192/3.428/5.665/2.237 ms kai@xwing:~/apps> ssh -Y -l kai 192.168.0.102 ssh: connect to host 192.168.0.102 port 22: Connection timed out xwing:/home/kai/apps # Ideas? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
----- Original Message ----
From: Kai Ponte <kai@perfectreign.com> To: openSUSE Mailing List <opensuse@opensuse.org> Sent: Monday, January 5, 2009 10:23:13 PM Subject: [opensuse] ssh question
I'm trying to setup ssh on two systems. I want to remote in to one system from another.
On the "host" system I have SSH running...
linux-ld60:/home/daniel # /etc/init.d/sshd restart Shutting down SSH daemon done Starting SSH daemon done
On the other system, I try to connect. However, i get nowhere.
kai@xwing:~/apps> ping 192.168.0.102 PING 192.168.0.102 (192.168.0.102) 56(84) bytes of data. 64 bytes from 192.168.0.102: icmp_seq=1 ttl=64 time=5.66 ms 64 bytes from 192.168.0.102: icmp_seq=2 ttl=64 time=1.19 ms
--- 192.168.0.102 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 999ms rtt min/avg/max/mdev = 1.192/3.428/5.665/2.237 ms kai@xwing:~/apps> ssh -Y -l kai 192.168.0.102 ssh: connect to host 192.168.0.102 port 22: Connection timed out xwing:/home/kai/apps #
Ideas?
Since you don't say "and I opened port 22 in the firewall" I suspect you didn't. In that case, your firewall is blocking the connection. HTH Simon "You can tell whether a man is clever by his answers. You can tell whether a man is wise by his questions." — Naguib Mahfouz -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Simon Roberts wrote:
----- Original Message ----
From: Kai Ponte <kai@perfectreign.com> To: openSUSE Mailing List <opensuse@opensuse.org> Sent: Monday, January 5, 2009 10:23:13 PM Subject: [opensuse] ssh question
I'm trying to setup ssh on two systems. I want to remote in to one system from another.
On the "host" system I have SSH running...
linux-ld60:/home/daniel # /etc/init.d/sshd restart Shutting down SSH daemon done Starting SSH daemon done
On the other system, I try to connect. However, i get nowhere.
kai@xwing:~/apps> ping 192.168.0.102 PING 192.168.0.102 (192.168.0.102) 56(84) bytes of data. 64 bytes from 192.168.0.102: icmp_seq=1 ttl=64 time=5.66 ms 64 bytes from 192.168.0.102: icmp_seq=2 ttl=64 time=1.19 ms
--- 192.168.0.102 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 999ms rtt min/avg/max/mdev = 1.192/3.428/5.665/2.237 ms kai@xwing:~/apps> ssh -Y -l kai 192.168.0.102 ssh: connect to host 192.168.0.102 port 22: Connection timed out xwing:/home/kai/apps #
Ideas?
Since you don't say "and I opened port 22 in the firewall" I suspect you didn't. In that case, your firewall is blocking the connection.
<homer simpson mode> Doh! </homer simpson mode> Thanks, that did the trick. kai@xwing:~/apps> ssh -Y -l kai 192.168.0.102 Password: Have a lot of fun... /usr/bin/xauth: creating new authority file /home/kai/.Xauthority kai@linux-ld60:~> -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday, 2009-01-05 at 21:49 -0800, Kai Ponte wrote:
Since you don't say "and I opened port 22 in the firewall" I suspect you didn't. In that case, your firewall is blocking the connection.
<homer simpson mode> Doh! </homer simpson mode>
Thanks, that did the trick.
Mmmm... not too long ago, the default for SuSE/openSUSE installs was to have ssh port open and server running. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkljO4UACgkQtTMYHG2NR9XEZACeLqw7Ki6Jo9BAbQQPjv1bTpKT qPMAn0A8kZWaN6ZN8JVxncgIA3s2lW3E =8JP7 -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (3)
-
Carlos E. R.
-
Kai Ponte
-
Simon Roberts