Results 1 to 3 of 3

Thread: I cannot ssh remotely to my ubuntu 10.04 box

  1. #1
    Join Date
    Jun 2009
    Beans
    17
    Distro
    Ubuntu 10.04 Lucid Lynx

    I cannot ssh remotely to my ubuntu 10.04 box

    I created a user and it works if I am on the box and do the following:

    Code:
        ssh -p 3020 airy@localhost
    However, when I do test from the same box to check if I can access remotely (it doesn't), by typing the following:

    Code:
    ssh -vvv -p 3020 airy@domain.com
    My logs show that the password is accepted, but then the user is rejected.

    On the client side, I see the following:

    Code:
    OpenSSH_5.3p1 Debian-3ubuntu7, OpenSSL 0.9.8k 25 Mar 2009
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug1: Applying options for *
    debug2: ssh_connect: needpriv 0
    debug1: Connecting to domain.suroot.com [62.232.121.23] port 3020.
    debug1: connect to address 29.232.121.23 port 3020: Connection timed out
    On the server side, this is the output in the logs:

    Code:
    Oct 29 15:17:01 timothy-laptop CRON[3593]: pam_unix(cron:session): session opened for user root by (uid=0)
    Oct 29 15:17:01 timothy-laptop CRON[3593]: pam_unix(cron:session): session closed for user root

  2. #2
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: I cannot ssh remotely to my ubuntu 10.04 box

    debug1: connect to address 29.232.121.23 port 3020: Connection timed out
    Do you have a firewall enabled on the server? Is port 3020 being allowed in?

  3. #3
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: I cannot ssh remotely to my ubuntu 10.04 box

    From where are you trying to access your server? Is it from the same LAN?

    Regards.

Tags for this Thread

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
  •