मैं कोशिश कर रहा हूँ:
$ ssh eric@myserver
जहां myserver
इंट्रानेट में एक मशीन है। मैं myserver
पोर्ट 8080 पर HTTP से पिंग या प्रतिक्रिया दे सकता हूं , आदि, लेकिन जब मैं कोशिश करता ssh
हूं, मुझे मिलता है
ssh: connect to host myserver port 22: Connection refused
मैं Ubuntu 10 का उपयोग कर रहा हूं।
ps -ax
, जैसा कि सुझाव दिया गया है:
eric@Isaiah:~$ ps -ax | grep ssh
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
1641 ? Ss 0:04 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session gnome-session
18376 pts/3 S+ 0:00 grep --color=auto ssh
ps -ax
। निश्चित नहीं कि इसका क्या मतलब है।