From 5ef2deb81e7fb094b868c9e7e10600870a3abcfb Mon Sep 17 00:00:00 2001 From: George Melikov Date: Thu, 5 Jul 2018 09:20:23 +0300 Subject: [PATCH] add openssh-server installation --- Debian-Stretch-Root-on-ZFS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Debian-Stretch-Root-on-ZFS.md b/Debian-Stretch-Root-on-ZFS.md index 6408886..b1f2d73 100644 --- a/Debian-Stretch-Root-on-ZFS.md +++ b/Debian-Stretch-Root-on-ZFS.md @@ -17,10 +17,11 @@ If you need help, reach out to the community using the [zfs-discuss mailing list 1.1 Boot the Debian GNU/Linux Live CD. Login with the username `user` and password `live`. -1.2 Optional: Start the OpenSSH server in the Live CD environment: +1.2 Optional: Install and start the OpenSSH server in the Live CD environment: 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" \ /etc/ssh/sshd_config $ sudo service ssh restart