Hello,
     I tried to change the port in which ssh daemon listens to from the
default 22 to 432. Before that ssh was working properly. I inserted a
line in the /etc/ssh/ssh_config file  as follows:
        Ports 432 
Before this I checked whether that port is already used or not by
doing a netstat:
        #  netstat -an |grep 432
        #_
Now I (re)started sshd. But when I try to connect, I get the error as follows:
        #ssh -l abc -p 432 localhost
<!-- Start of error message -->
ssh: connect to address 127.0.0.1 port 432 : Connection refused
Host key verification failed.
<!-- End of error message -->
What could be the reason?
When I try to connect to the default port 22, it works without a hitch.

Thanks in advance
Ravi


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to