Results 1 to 7 of 7

Thread: New firmware - dropbear ssh

  1. #1
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356

    New firmware - dropbear ssh

    Guys, I've prepared new version of the firmware and the sources for building it.

    Differences with previous: Added dropbear ssh daemon (password only auth, ssh v2); busybox & dropbear now use shared uclibc; glibc relinked.
    In order to use ssh you will need to perform this steps:
    1. Connect to router using telnet;
    2. Execute '/init/rc.sshd' - this will generate the dss key
    3. If generation was successfull you will need to add /init/rc.sshd to bootCmds using something like 'nvram set bootCmdX=/init/rc.sshd'
    4. Commit the changes using 'nvram commit'
    5. Reboot the rooter using 'reboot' or run /init/rc.sshd manually

    Firmware - http://jaffar.cs.msu.su/wl500g/wl500g-1.6.5.3-3.trx
    Sources - http://jaffar.cs.msu.su/wl500g/wl500g-1.6.5.3-3.tar.bz2

    Regards,
    Oleg.

  2. #2
    Join Date
    Dec 2003
    Location
    Czech Republic
    Posts
    270
    Thanks, Oleg, a good job, as usual! And ASUS is still sleeping...

  3. #3
    Hi Oleg, the new version 1.6.5.3-3 now again use old "wl" driver (AP only mode)?

  4. #4
    Join Date
    Jan 2004
    Location
    cz
    Posts
    1
    Originally posted by yetti
    Hi Oleg, the new version 1.6.5.3-3 now again use old "wl" driver (AP only mode)?
    wl.o is same size like wl_apsta.o... so i suppose that it is wl_apsta.o with another name...

  5. #5
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    wl_apsta.o is the internal name, while wl.o is what init scripts expects.

  6. #6
    Originally posted by Oleg
    wl_apsta.o is the internal name, while wl.o is what init scripts expects.
    In wl500g-1.6.5.3-3.trx is really old wl.o ( ver. 3.31.12.0, size 330612 ), however in wl500g-1.6.5.3-3.tar.bz2 is ver. 3.31.16.0, size 429236.

    I find the the little bug in /init/rc.nvram,
    test it:
    nvram set bootCmd3="set XXX=YYY"
    after run /init/rc.nvram is in /tmp/bootCmd only =YYY" .
    Problem is in the sed script "s/.*=//", it will be better: "s/^bootCmd[0-9]*=//".

    J.
    Last edited by jaha2x; 10-03-2004 at 09:05.

  7. #7
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Ok, thank you for your findings.

Similar Threads

  1. Enabling dropbear sshd ?
    By puppet master in forum WL-500g Q&A
    Replies: 4
    Last Post: 03-07-2007, 18:22
  2. Dropbear SSH server with key authentication
    By Muffe in forum WL-500g Q&A
    Replies: 6
    Last Post: 19-02-2006, 16:37
  3. dropbear / ssh from wan
    By yilias in forum WL-500g Q&A
    Replies: 3
    Last Post: 24-04-2005, 19:50
  4. can't get dropbear to work
    By geethreeforce in forum WL-500g Custom Development
    Replies: 3
    Last Post: 24-10-2004, 00:28
  5. Can't get dropbear to keep the keys
    By mirco in forum WL-500g Q&A
    Replies: 6
    Last Post: 13-09-2004, 14:23

Posting Permissions

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