What could be the possible solution to solve this problem in my fedora 11 pc which is not allowing any users to connect to it via ssh? But the reverse is possible, i.e. i am able to connect to other PCs from this problem PC via ssh.
This is the out put i see:
[root@myFedoraPC]# ssh sen@10.47.5.100
ssh: connect to host 10.47.5.100 port 22: Connection refused
Please help.
Thanks,
Sen
openssh-serverand it is running and b) that you aren't running the built-in firewall? – slhck May 28 '11 at 10:25service sshd startand see what it outputs. Also see this answer – slhck May 28 '11 at 11:28