Results 1 to 5 of 5

Thread: Ubuntu 9.10 SSH (port 22 vs port xxxx problem)

  1. #1
    Join Date
    Jul 2009
    Location
    san jose, CA, USA
    Beans
    58
    Distro
    Ubuntu 9.10 Karmic Koala

    Ubuntu 9.10 SSH (port 22 vs port xxxx problem)


    After upgrading to Ubuntu 9.10, besides wireless problem, now I have found a problem with SSH.

    The Ubuntu 9.10 box can not make a connection if the server,in my case the box is running Ubuntu 9.04, is using a different port address (
    not the default 22). Change back to port 22, anything is working as expected!

    Any idea out there?

    Thanks!

  2. #2
    Join Date
    Jan 2005
    Location
    Illinois USA
    Beans
    1,048

    Re: Ubuntu 9.10 SSH (port 22 vs port xxxx problem)

    How are you making the connection?
    CloudRck.com - Host on CloudRck
    I sponsor open source projects and support users of such technologies. PM for details

  3. #3
    Join Date
    Oct 2006
    Location
    SLC, UofU
    Beans
    684
    Distro
    Kubuntu Jaunty Jackalope (testing)

    Re: Ubuntu 9.10 SSH (port 22 vs port xxxx problem)

    Are you specifying the port on the client?? ssh -p 12345 user@server, where 12345 is the port ssh server is running on....
    --Superb--

  4. #4
    Join Date
    Jul 2009
    Location
    san jose, CA, USA
    Beans
    58
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Ubuntu 9.10 SSH (port 22 vs port xxxx problem)

    Quote Originally Posted by DJ_Max View Post
    How are you making the connection?
    Just simple as:
    ssh -vvv -p XXXX login@machine
    It looks like 9.10 did not pass the port info to the server.

    Problem seems similiar to :

    http://ubuntuforums.org/showthread.php?t=893109

  5. #5
    Join Date
    Oct 2006
    Location
    SLC, UofU
    Beans
    684
    Distro
    Kubuntu Jaunty Jackalope (testing)

    Re: Ubuntu 9.10 SSH (port 22 vs port xxxx problem)

    Is the port above 1024?
    --Superb--

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
  •