From 81816de77706a45dde9b4077a1ac9cd7316a712e Mon Sep 17 00:00:00 2001 From: George Melikov Date: Thu, 5 Jul 2018 09:25:08 +0300 Subject: [PATCH] update sed for new sshd_config --- Debian-Stretch-Root-on-ZFS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debian-Stretch-Root-on-ZFS.md b/Debian-Stretch-Root-on-ZFS.md index b1f2d73..d48c31f 100644 --- a/Debian-Stretch-Root-on-ZFS.md +++ b/Debian-Stretch-Root-on-ZFS.md @@ -22,7 +22,7 @@ If you need help, reach out to the community using the [zfs-discuss mailing list If you have a second system, using SSH to access the target system can be convenient. $ sudo apt install openssh-server - $ sudo sed -i "s/PasswordAuthentication no/PasswordAuthentication yes/g" \ + $ sudo sed -i "s/#PasswordAuthentication yes/PasswordAuthentication yes/g" \ /etc/ssh/sshd_config $ sudo service ssh restart