fix: enable PermitRootLogin for SSH key access
All checks were successful
Build Devpod / build (push) Successful in 8s
Build & Release / build (push) Successful in 16s

This commit is contained in:
Ryan Moon
2026-04-04 09:49:29 -05:00
parent c54069ad99
commit cc5ab41da4

View File

@@ -41,6 +41,9 @@ if [ ! -f /root/.gitconfig ]; then
EOF
fi
# Allow root login via SSH key
echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
# Start SSH daemon
/usr/sbin/sshd