ssh - connection refused
frmas
frmas at free.fr
Sat Jan 17 17:40:06 UTC 2009
Smoot Carl-Mitchell a écrit :
>>> sudo lsof -i | grep 5317
>> This is the output I get :
>> me at myhome:~$ sudo lsof -i | grep 5317
>> [sudo] password for me:
>> sshd 5812 root 3u IPv6 14878 TCP *:5317 (LISTEN)
>> me at myhome:~$
>>
>> So nothing else is using it I guess. Francois
>
> You should be able to connect to the daemon. If you still get
> connection refused, then you might have a firewall rules which are
> responding to the connection request by refusing the connection. Do you
> have a firewall or are yo using iptables or some other firewall on the
> server? You can test if you are using iptales by doing:
>
> sudo iptables -L
It gives me this output :
sudo iptables -L
[sudo] password for me:
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Francois
--
More information about the ubuntu-users
mailing list