Ich möchte die Authentifizierung mit öffentlichem und privatem Schlüssel für den SSH-Server deaktivieren. Ich möchte nur die passwortbasierte SSH-Client-Anmeldung verwenden. Wie konfiguriere ich das? Irgendwelche Hilfe?
Der Inhalt meiner Datei /etc/ssh/sshd_config lautet: Include /etc/ssh/sshd_config.d/*.conf
AuthorizedKeysFile .ssh/authorized_keys .ssh/authorized_keys2
# For this to work you will also need host keys in
/etc/ssh/ssh_known_hosts
PasswordAuthentication yes
ChallengeResponseAuthentication no
UsePAM yes
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
Der Inhalt meiner Datei /etc/ssh/ssd_config ist folgender
Include /etc/ssh/ssh_config.d/*.conf
Host *
PasswordAuthentication yes
HostbasedAuthentication no
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null