Fix SSH PasswordAuthentication

This commit is contained in:
Lionel 2025-02-20 18:10:53 +01:00
parent 230c2afb73
commit dea8cdbea8

View File

@ -1,4 +1,8 @@
#!/bin/sh
# Disable SSH Server by default
systemctl disable sshd.service
# Edit live config for allowing PasswordAuthentication
sed '\:PasswordAuthentication:d' /lib/live/config/1160-openssh-server