mirror of
https://git.launchpad.net/livecd-rootfs
synced 2026-01-03 01:13:28 +00:00
6 lines
108 B
Bash
Executable File
6 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cat << EOF >> "/etc/ssh/sshd_config.d/10-cloudimg-settings.conf"
|
|
PasswordAuthentication no
|
|
EOF
|