From 826b6841e45c19a987bdc123324261ff7d3d5631 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Fri, 9 Jun 2017 20:17:36 -0500 Subject: [PATCH] Debian/Ubuntu: Improve the SSH instructions --- Debian-Jessie-Root-on-ZFS.md | 2 +- Ubuntu-16.04-Root-on-ZFS.md | 3 ++- Ubuntu-16.10-Root-on-ZFS.md | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Debian-Jessie-Root-on-ZFS.md b/Debian-Jessie-Root-on-ZFS.md index 41d13c8..ef741b7 100644 --- a/Debian-Jessie-Root-on-ZFS.md +++ b/Debian-Jessie-Root-on-ZFS.md @@ -26,7 +26,7 @@ If you have a second system, using SSH to access the target system can be conven /etc/ssh/sshd_config $ sudo service ssh restart -**Hint:** You can find your IP address with `ip addr show scope global`. Then, from your main machine, connect with `ssh user@IP`. +**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`. 1.3 Become root: diff --git a/Ubuntu-16.04-Root-on-ZFS.md b/Ubuntu-16.04-Root-on-ZFS.md index 0f5f119..fca7e36 100644 --- a/Ubuntu-16.04-Root-on-ZFS.md +++ b/Ubuntu-16.04-Root-on-ZFS.md @@ -40,9 +40,10 @@ If you want encryption, LUKS is recommended. If you have a second system, using SSH to access the target system can be convenient. $ passwd + There is no current password; hit enter at that prompt. $ sudo apt --yes install openssh-server -**Hint:** You can find your IP address with `ip addr show scope global`. Then, from your main machine, connect with `ssh ubuntu@IP`. +**Hint:** You can find your IP address with `ip addr show scope global | grep inet`. Then, from your main machine, connect with `ssh ubuntu@IP`. 1.4 Become root: diff --git a/Ubuntu-16.10-Root-on-ZFS.md b/Ubuntu-16.10-Root-on-ZFS.md index b9e577f..7a8bae0 100644 --- a/Ubuntu-16.10-Root-on-ZFS.md +++ b/Ubuntu-16.10-Root-on-ZFS.md @@ -40,9 +40,10 @@ If you want encryption, LUKS is recommended. If you have a second system, using SSH to access the target system can be convenient. $ passwd + There is no current password; hit enter at that prompt. $ sudo apt --yes install openssh-server -**Hint:** You can find your IP address with `ip addr show scope global`. Then, from your main machine, connect with `ssh ubuntu@IP`. +**Hint:** You can find your IP address with `ip addr show scope global | grep inet`. Then, from your main machine, connect with `ssh ubuntu@IP`. 1.4 Become root: