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