problem in ssh into the server through .ssh/config file on FC3

Ankush Grover ankush174 at gmail.com
Thu Jul 13 16:06:58 UTC 2006


hey friends,

 I had configured CVS 1.11.17 on FC3. Earlier I was using pserver for
authentication now I am switching to ext authentication. The problem I
am facing is that ssh is not running on port 22 but on some other
port.

I am using LinCVS as cvs client. I have created
/home/ankush/.ssh/config file on FC3

       HostName  192.168.2.13
       User           ankush
       Compression yes
       Port               30987

When I try to ssh into FC3 from some other system I get this following error:

ssh: connect to host 192.168.2.13  port 22: Connection refused

this command I used for ssh into the FC3 system

 ssh -l  ankush 192.168.2.13

but If I give ssh -p 30987 -l ankush 192.168.2.13

I am able to ssh into the FC3 machine.

Any pointers what can be the problem? SELinux is off on both the
systems and firewall is configured to allow connection from port
30987.

Please let me know if you need any further inputs.

Thanks & Regards

Ankush Grover




More information about the users mailing list