Announcement

Collapse
No announcement yet.

SSH Problems = port 22: connection refused

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SSH Problems = port 22: connection refused

    I'm running Kubuntu 10.04 on my 17" MacBook Pro using Parallels 5.0. I can use ssh on Kubuntu to connect to the OS X operating system, but when I attempt to use ssh to connect from OS X to Kubuntu, I get the following error message:
    Code:
    ssh: connect to host 192.168.1.101 port 22: Connection refused
    I do not know much about ssh, so I'm asking for help. I'd like to know how to check the status of the ssh server, and how to see if port 22 is open on Kubuntu. Any other ideas on how to get this working will be Greatly appreciated!
    PETERV<br />17&quot; MacBook Pro - Snow Leopard<br />OS&#39;s: Snow Leopard 10.6.4/Kubuntu 10.04/Windows XP Pro SP3<br />Parallels 5.0<br />2.5 GHz Intel Core 2 Duo 4GB SDRAM<br />WD 1TB My Book Studio quad-interface External Drive

    #2
    Re: SSH Problems = port 22: connection refused

    you need to specify a user on the linux box, one that has an account there.

    for example:
    Code:
     ssh peterv6@192.168.1.100.101
    or whatever your username is.

    Comment


      #3
      Re: SSH Problems = port 22: connection refused

      you must install on kubuntu openssh-server and all be ok

      PS. then connect: ssh [user_name_on_kubuntu]@[ip_address_kubuntu_pc]

      Comment

      Working...
      X