Answer the question
In order to leave comments, you need to log in
open ssh on the Asus WL520GU router on WAN (with LAN access - ok)
Hello,
Introductory: there is a wifi router Asus WL520GU with firmware "from Oleg" also known as "from enthusiasts".
There is access to it via telnet and ssh.
ssh on it raised using dropbear something like this:
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 -a -p 12345
flashfs save && flashfs commit && flashfs enable
Answer the question
In order to leave comments, you need to log in
there SSH is enabled directly in the web ui, emnip, although it depends on the specific firmware version
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question