#!/bin/sh . /usr/lib/libmodcgi.sh [ -r /etc/options.cfg ] && . /etc/options.cfg sec_begin '$(lang de:"Starttyp" en:"Start type")' cgi_print_radiogroup_service_starttype "enabled" "$DROPBEAR_ENABLED" "" "" 1 sec_end if [ "$FREETZ_PACKAGE_AUTHORIZED_KEYS" == "y" ]; then sec_begin '$(lang de:"Public Key Authentication" en:"Public key authentication")' cat << EOF
EOF sec_end fi sec_begin '$(lang de:"SSH-Server" en:"SSH server")' cat << EOFEOF cgi_print_checkbox_br "pwdauth" "$DROPBEAR_PWDAUTH" "$(lang de:"Passwort-Login erlauben" en:"Allow password login")" cgi_print_checkbox_br "rootonly" "$DROPBEAR_ROOTONLY" "$(lang de:"Login nur für root erlauben" en:"Allow only root login")" cat << EOF
$(lang de:"Bitte beachte, dass die FRITZ!Box keine adäquate Benutzerverwaltung bietet. Die Dateien /etc/passwd und /etc/shadow müssen mit modsave gespeichert werden. Bitte aktiviere die Unterstützung für normale Benutzer nur, wenn Du genau weißt, was Du tust." en:"Please note that the FRITZ!Box does not support normal user management. The files /etc/passwd and /etc/shadow have to be saved with modsave. Please activate the support for regular users only if you know what you are doing.")