pentest-distro-builder/modules/live-build-config/kali-config/common/includes.chroot/usr/lib/live/config/1165-fix-openssh-server

5 lines
135 B
Plaintext
Raw Normal View History

#!/bin/sh
# Allow PasswordAuthentification in sshd config
sed -i -e 's|#\?\(PasswordAuthentication\) no|\1 yes|' /etc/ssh/sshd_config