Can't SSH to UDOONeo over Wifi

Discussion in 'UDOO NEO' started by Julien, Nov 8, 2015.

  1. Julien

    Julien New Member

    Joined:
    Nov 8, 2015
    Messages:
    21
    Likes Received:
    9
    Hi, first of all I'm very pumped by the UDOONeo, it's my first UDOO and so far it's been amazing.

    I'll keep it short:

    • Neo can connect to Wifi, display webpages and so on
    • I can SSH from another computer over RJ45 just fine, with default or root access
    • When the Neo is connected via Wifi, SSH login fails
    I've tried this because I'm not at home right now and there's no USB keyboards or mice, only PS/2.
    I'm just wondering if this is by design, over security concerns maybe?

    Code:
    udooneo@192.168.0.24's password:
    
    Permission denied, please try again.
    root@192.168.0.24's password:
    Permission denied, please try again.
     
  2. Reallife

    Reallife New Member

    Joined:
    Nov 1, 2013
    Messages:
    8
    Likes Received:
    1
    You can't access to your root account over ssh. Try "udooer".

    then do "sudo su" and "passwd" to set a root-password.

    > nano /etc/ssh/sshd_config

    change "PermitRootLogin no" to "yes" and save

    > service ssh restart

    now you can login into your root account
     
  3. Julien

    Julien New Member

    Joined:
    Nov 8, 2015
    Messages:
    21
    Likes Received:
    9
    OF COURSE, can't believe I made such a stupid typo. (udooneo instead of udooer).
    Thanks a lot !

    In the meantime I've discovered "USB direct connection" which is better suited to my needs anyway.
     

Share This Page