Results 1 to 4 of 4

Thread: ssh problem

  1. #1
    Join Date
    Sep 2009
    Beans
    197
    Distro
    Ubuntu

    ssh problem

    hi , I am unable to connect to another machine using ssh
    ssh kartik@172.17.11.252
    it gives an error ssh: connect to host 172.17.11.252 port 22: Connection refused
    when I ping , it works fine
    PING 172.17.11.252 (172.17.11.252) 56(84) bytes of data.
    64 bytes from 172.17.11.252: icmp_seq=1 ttl=64 time=0.428 ms
    64 bytes from 172.17.11.252: icmp_seq=2 ttl=64 time=0.629 ms
    64 bytes from 172.17.11.252: icmp_seq=3 ttl=64 time=0.389 ms
    64 bytes from 172.17.11.252: icmp_seq=4 ttl=64 time=0.461 ms
    64 bytes from 172.17.11.252: icmp_seq=5 ttl=64 time=0.524 ms
    64 bytes from 172.17.11.252: icmp_seq=6 ttl=64 time=0.613 ms
    64 bytes from 172.17.11.252: icmp_seq=7 ttl=64 time=0.497 ms

    ssh is working fine for some other servers like 192.168.36.205 and sshd is also running
    Please help
    Last edited by r_s; November 25th, 2009 at 06:44 PM.

  2. #2
    Join Date
    Nov 2008
    Beans
    482

    Re: ssh problem

    Well, "connection refused" normally means that sshd is not
    running on the target machine, here 172.17.11.252

    If "ssh localhost" works on 172.17.11.252 there might
    be something else causing trouble, e.g. a firewall.

  3. #3
    Join Date
    Sep 2009
    Beans
    197
    Distro
    Ubuntu

    Smile Re: ssh problem

    yeah thanks ...problem solved, ssh wasn't working on that machine

  4. #4
    Join Date
    Nov 2005
    Location
    Sydney, Australia
    Beans
    218
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: ssh problem

    After upgrading to Karmic 9,10, I could not get SSH to work. Problem solved. SSH is not installed automatically - you have to install it yourself with Synaptic or APT-get.
    Just think how boring life would be without Ubuntu

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •