mirror of
https://git.launchpad.net/livecd-rootfs
synced 2026-01-19 01:03:49 +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
|