add openssh-server installation

George Melikov 2018-07-05 09:20:23 +03:00
parent 8fcabae2f9
commit 5ef2deb81e
1 changed files with 2 additions and 1 deletions

@ -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