mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-09 20:28:08 +00:00
4 lines
101 B
Plaintext
4 lines
101 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
sed -i "s|#PasswordAuthentication yes|PasswordAuthentication no|g" /etc/ssh/sshd_config
|