Results 1 to 6 of 6
I am having trouble connecting to another computer on my network using the ssh command. When I ssh jay-desktop"at"ip address I get a "connection refused" message. Can anyone help with ...
- 07-03-2009 #1Just Joined!
- Join Date
- Jul 2009
- Location
- CSU, Chico
- Posts
- 4
Can't connect to another computer using ssh
I am having trouble connecting to another computer on my network using the ssh command. When I ssh jay-desktop"at"ip address I get a "connection refused" message. Can anyone help with this? Cheers.
- 07-03-2009 #2
Are you running a firewall on either of the machines that could be stopping the connection?
Linux User #453176
- 07-04-2009 #3Just Joined!
- Join Date
- Jul 2009
- Location
- CSU, Chico
- Posts
- 4
Not to my knowledge. Does Ubuntu come configured with a firewall?
- 07-04-2009 #4
Not by default. I just thought.. have you installed SSH server on the computer you're trying to connect to? If not you can install it with the command:
Code:sudo apt-get install ssh-server
Linux User #453176
- 07-06-2009 #5Just Joined!
- Join Date
- Jul 2009
- Location
- CSU, Chico
- Posts
- 4
Is it possible to ssh to a windows computer? Thanks for the help.
- 07-06-2009 #6Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,679
No - not unless you have installed an SSH Server like this.
Connection refused = port closed = no process listening on that port.I get a "connection refused" message


Reply With Quote

