diff --git a/Debian-Buster-Encrypted-Root-on-ZFS.md b/Debian-Buster-Encrypted-Root-on-ZFS.md index 25e6ae7..96a0211 100644 --- a/Debian-Buster-Encrypted-Root-on-ZFS.md +++ b/Debian-Buster-Encrypted-Root-on-ZFS.md @@ -45,7 +45,6 @@ If you have a second system, using SSH to access the target system can be conven $ sudo apt update $ sudo apt install --yes openssh-server - $ sudo sed -i "s/#Password/Password/" /etc/ssh/sshd_config $ sudo systemctl restart ssh **Hint:** You can find your IP address with `ip addr show scope global | grep inet`. Then, from your main machine, connect with `ssh user@IP`. diff --git a/Debian-Buster-Root-on-ZFS.md b/Debian-Buster-Root-on-ZFS.md index c458d22..d552f59 100644 --- a/Debian-Buster-Root-on-ZFS.md +++ b/Debian-Buster-Root-on-ZFS.md @@ -41,7 +41,6 @@ If you have a second system, using SSH to access the target system can be conven $ sudo apt update $ sudo apt install --yes openssh-server - $ sudo sed -i "s/#Password/Password/" /etc/ssh/sshd_config $ sudo systemctl restart ssh **Hint:** You can find your IP address with `ip addr show scope global | grep inet`. Then, from your main machine, connect with `ssh user@IP`. diff --git a/Debian-Stretch-Root-on-ZFS.md b/Debian-Stretch-Root-on-ZFS.md index 10c9f2f..0ef046e 100644 --- a/Debian-Stretch-Root-on-ZFS.md +++ b/Debian-Stretch-Root-on-ZFS.md @@ -41,7 +41,6 @@ If you have a second system, using SSH to access the target system can be conven $ sudo apt update $ sudo apt install --yes openssh-server - $ sudo sed -i "s/#Password/Password/" /etc/ssh/sshd_config $ sudo systemctl restart ssh **Hint:** You can find your IP address with `ip addr show scope global | grep inet`. Then, from your main machine, connect with `ssh user@IP`.