Results 1 to 5 of 5

Thread: ssh acces?

  1. #1

    ssh acces?

    Hi,

    I own a ASUS WL-550gE; I configured it over web ( port 80 ).

    I am interested if i can acces it via ssh , because I header that it's using linux.

    Thx4 info

  2. #2
    Hi,

    I own a ASUS WL-550gE too. I know customize it maybe meaningless (because it don't have an USB Prot for extra storeage), but I still want to make SSH access possible, because I want to know more about my router. May I?

  3. #3
    Join Date
    Jun 2006
    Location
    Romania
    Posts
    19

    WL-550gE SSH access

    Before you can use SSH, you need to generate 'keys'. These are used to encrypt the connection. To do so, telnet to your router. Log in as 'admin' with password 'admin'. Type the following to generate the keys:

    Code:

    mkdir -p /usr/local/etc/dropbear
    dropbearkey -t dss -f /usr/local/etc/dropbear/dropbear_dss_host_key
    dropbearkey -t rsa -f /usr/local/etc/dropbear/dropbear_rsa_host_key
    mkdir -p /usr/local/sbin/
    echo "#!/bin/sh" >> /usr/local/sbin/post-boot
    chmod +x /usr/local/sbin/post-boot
    echo "dropbear" >> /usr/local/sbin/post-boot
    dropbear
    After this, the SSH daemon is running and you can connect to it with putty. Notice that we haven't saved these changes yet, so if you reboot your router now, you lose these settings. To save settings, do:

    Code:

    flashfs save
    flashfs commit
    flashfs enable

  4. #4
    Can't telnet it only port 80 pt web is opened (

  5. #5
    Join Date
    Nov 2003
    Location
    Eindhoven
    Posts
    2,407
    upgrade firmware to a custom one:

    for example http://website.wl500g.info/beta/wiza...firmware&id=50

    My little Asus Collection: Too much to fit inhere, my 2 babies:WL500w 1.9.2.7-10(OLEG) VX2SE Yellow Lamborghini notebook



    WL500g Forum Asus Files OpenDir

    Asusforum.NL -- Asusforum.DE -- Asusforum.RU -- Asusforum.PL -- Asusforum.NET -- Asusforum.EU -- Asusforum.BE -- Asusforum.ES -- Asusforum.INFO

Similar Threads

  1. Replies: 3
    Last Post: 01-11-2014, 14:16
  2. dropbear ssh tunnel?
    By redingo in forum WL-500g Q&A
    Replies: 3
    Last Post: 16-03-2006, 12:02
  3. ssh to WL500g
    By jrogado in forum WL-500g Q&A
    Replies: 1
    Last Post: 25-02-2006, 11:02
  4. Allow users FTP access but not SSH login
    By jonolumb in forum WL-500g Q&A
    Replies: 0
    Last Post: 20-12-2005, 21:09

Posting Permissions

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