nop2001 DD-WRT Novice
Joined: 09 Apr 2008 Posts: 9
|
Posted: Mon Feb 23, 2015 11:49 Post subject: Linksys/Belkin LAPN300/600, LAPAC1200/1750 |
|
Just to get somebody or something started: hhttp://www.onderka.com/inhalt/ssh-auf-linksysbelkin-access-points-aktivieren/
Summary:
Add a hidden input field on /Menu_Conf.html using chrome Development view,
Name: h_ssh_enable
Value: enable
Submit form, reboot, wait 2 minutes for ssh key generation, login with admin and your password.
/proc/cmdline
Code: |
console=ttyS0,115200 root=31:09 rootfstype=squashfs init=/sbin/init mem=64m mtdparts=ath-nor0:256k(u-boot),64k(u-boot-env),1216k(kernel),5952k(fs),512k(Log),64k(NVRAM),64k(NVRAM_bak),64k(calibration),1216k(kernel_2),5952k(fs_2)
|
/proc/cpuinfo
Code: |
system type : QCA955x
processor : 0
cpu model : MIPS 74Kc V5.0
BogoMIPS : 359.42
wait instruction : yes
microsecond timers : yes
tlb_entries : 32
extra interrupt vector : yes
hardware watchpoint : yes, count: 4, address/irw mask: [0x0000, 0x0ff8, 0x0ff8, 0x0ffb]
ASEs implemented : mips16 dsp
shadow register sets : 1
core : 0
VCED exceptions : not available
VCEI exceptions : not available |
df -h
Code: |
Filesystem Size Used Available Use% Mounted on
/dev/mtdblock9 5.0M 5.0M 0 100% /
/dev/mtdblock4 512.0k 240.0k 272.0k 47% /tmp/log
|
/proc/mtd
Code: |
dev: size erasesize name
mtd0: 00040000 00010000 "u-boot"
mtd1: 00010000 00010000 "u-boot-env"
mtd2: 00130000 00010000 "kernel"
mtd3: 005d0000 00010000 "fs"
mtd4: 00080000 00010000 "Log"
mtd5: 00010000 00010000 "NVRAM"
mtd6: 00010000 00010000 "NVRAM_bak"
mtd7: 00010000 00010000 "calibration"
mtd8: 00130000 00010000 "kernel_2"
mtd9: 005d0000 00010000 "fs_2"
|
|
|