From 89d442a74ab0b3fc49f838c15f3f722f1be74720 Mon Sep 17 00:00:00 2001 From: nippy Date: Sun, 12 Apr 2026 18:11:38 +0200 Subject: live --- releng/airootfs/etc/ssh/sshd_config.d/10-archiso.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 releng/airootfs/etc/ssh/sshd_config.d/10-archiso.conf (limited to 'releng/airootfs/etc/ssh/sshd_config.d/10-archiso.conf') diff --git a/releng/airootfs/etc/ssh/sshd_config.d/10-archiso.conf b/releng/airootfs/etc/ssh/sshd_config.d/10-archiso.conf new file mode 100644 index 0000000..6ea7b41 --- /dev/null +++ b/releng/airootfs/etc/ssh/sshd_config.d/10-archiso.conf @@ -0,0 +1,3 @@ +# Allow root login using password authentication +PasswordAuthentication yes +PermitRootLogin yes -- cgit v1.3