pentest-distro-builder/modules/live-build-config/kali-config/common/includes.chroot/usr/lib/live/config/1165-fix-openssh-server
2020-01-29 16:45:43 -07:00

5 lines
135 B
Bash
Executable file

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