Commits on Source (2)
-
Mohd Mehdi authored
* add uci-default script that will generate an sshd config from dropbear config, if present (to preserve settings from previous image which had dropbear), or with default values if sshd config is also not present * the script will also check for dropbear key file and if found, place them where sshd expects them
e996dfd7 -
Mohd Mehdi authored
Add support and set defaults for following in default sshd config: * Ciphers: aes256-ctr, aes192-ctr, aes128-ctr * HostKeyAlgorithms: ssh-dss, ssh-rsa, ecdsa-sha2-nistp521, ecdsa-sha2-nistp384,ecdsa-sha2-nistp256 * HostKeyFiles: default is empty * KexAlgorithms: diffie-hellman-group-exchange-sha256, diffie-hellman-group14-sha1, ecdh-sha2-nistp521,ecdh-sha2-nistp384, ecdh-sha2-nistp256
5e7006f2
Showing
- net/openssh/Makefile 2 additions, 0 deletionsnet/openssh/Makefile
- net/openssh/files/sshd.config 14 additions, 1 deletionnet/openssh/files/sshd.config
- net/openssh/files/sshd.init 92 additions, 4 deletionsnet/openssh/files/sshd.init
- net/openssh/files/sshd.ucidefault 150 additions, 0 deletionsnet/openssh/files/sshd.ucidefault
net/openssh/files/sshd.ucidefault
0 → 100644