-
With this patch the user can disable password logins for SSH if authorized_keys are set. (Improve security)
Also fixed:
/etc/start_scripts/ssh.sh restart or stop does not kill all of the sshd processes just the top level one. This behaviour matches better the standard unix systems since it does not close the working connections.
2009-05-02 15:50:23 UTC in bitswitcher
-
mksquashfs does not work correctly when compiled under 64 bit system.
This patch forces mksquashfs to compile always as a 32 bit target.
2009-04-20 20:34:33 UTC in bitswitcher
-
It seems that the SSH client is missing from dropbear in 0.3.4
root@nexus:~ #ssh
Dropbear multi-purpose version 0.50
Make a symlink pointing at this binary with one of the following names:
'dropbear' - the Dropbear server
'dropbearkey' - the key generator
'scp' - secure copy.
2009-04-18 11:40:00 UTC in bitswitcher
-
Hallo,
ich wollte zwischen zwei WR-500 eine WDS Verbindung einrichten und musste dabei feststellen, dass es nur mit WEP Verschlüsselung (oder ganz ohne Verschlüsselung) klappt.
Bevor ich mich ganz verrückt mache, wollte erstmal nachfragen ob sowas generell nicht funktionieren kann, oder ich es irgendwie doch hinnbiegen kann.
Danke im Voraus.
2009-04-12 18:20:00 UTC in bitswitcher
-
Hi coolman,
das Web-Interface hab ich mitlerweile auch eingebaut. Gelöst ist es genau so wie du es vorgeschlagen hast.
Es ist alles in dem Patch zu finden ;)
2009-03-18 13:59:17 UTC in bitswitcher
-
- Web interface for SSH public keys completed.
2009-03-04 20:19:32 UTC in bitswitcher
-
Implementiert.
Siehe patch Sektion...
2009-03-01 00:18:27 UTC in bitswitcher
-
Gelöst.
Siehe patch Sektion...
2009-03-01 00:17:56 UTC in bitswitcher
-
Please use the shell script inside the tar file to patch.
Fixes:
- Public key ssh access is now possible:
get your key into the box (ssh or vi), then:
$ nvram setfile ssh_authorized_keys=your_keyfile
$ nvram commit
then restart ssh via start script or reboot
(Web frontend still to come...)
- Passwords are now stored as MD5 hashes (checkpw is replaced by chpasswd from busybox), this...
2009-03-01 00:15:24 UTC in bitswitcher
-
Hm. komischerweise geht es, wenn man einen Link in /etc/dropbear erstellt:
/etc/dropbear/authorized_keys -> /var/authorized_keys.
2009-02-27 09:45:19 UTC in bitswitcher