[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [linux-support] OppenSSH - Debian



On Don, Okt 18, 2001 at 12:08:22 +0200, Markus Wernig wrote:

> falls es nicht am md5 liegt:

es liegt sehr wahrscheinlich nicht an md5. hab eine potato box mit md5
passwörter und openssh am laufen ohne probleme.

> /etc/ssh/sshd_config:
>     [...]
>    PasswordAuthentication yes

ist standarmässig drin.

>    RSAAuthentication yes

sollte man *immer* verwenden (oder DSA).

wenn du gar kein passwort für den user gesetzt hast, musst du noch

PermitEmptyPasswords yes

in der sshd_config setzen.