I'm trying:
$ ssh eric@myserver
where myserver is a machine in the intranet. I can ping myserver or respond to HTTP on port 8080, etc, but when I try ssh, I get
ssh: connect to host myserver port 22: Connection refused
I'm somewhat new to linux, and I don't know how to troubleshoot this. I'm using Ubuntu 10 if that matters.
Edit: trying ps -ax, as suggested gives:
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
