From 987d6389db28891a791afee92d6b9b9aa5fcc671 Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Tue, 2 Mar 2021 12:58:46 -0500 Subject: [PATCH] Fixed typos --- how-to-configure-hardened-debian-server/README.md | 6 +++--- how-to-configure-hardened-raspberry-pi/README.md | 12 ++++++------ how-to-create-encrypted-paper-backup/README.md | 2 +- .../README.md | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/how-to-configure-hardened-debian-server/README.md b/how-to-configure-hardened-debian-server/README.md index 01199e4..10daec2 100644 --- a/how-to-configure-hardened-debian-server/README.md +++ b/how-to-configure-hardened-debian-server/README.md @@ -67,7 +67,7 @@ ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDP58i1vuFEe3zoHT+hZRh0YaXQY+ADa8OgBIoTji+A Replace `185.112.147.115` with IP of server. -When asked for password, enter password from [step 1](#step-1-create-ssh-key-pair-on-computer). +When asked for passphrase, enter passphrase from [step 1](#step-1-create-ssh-key-pair-on-computer). ```shell ssh root@185.112.147.115 -i ~/.ssh/server @@ -135,7 +135,7 @@ exit Replace `185.112.147.115` with IP of server. -When asked for password, enter password from [step 1](#step-1-create-ssh-key-pair-on-computer). +When asked for passphrase, enter passphrase from [step 1](#step-1-create-ssh-key-pair-on-computer). ```shell ssh server-admin@185.112.147.115 -i ~/.ssh/server @@ -313,7 +313,7 @@ exit Replace `185.112.147.115` with IP of server. -When asked for password, enter password from [step 1](#step-1-create-ssh-key-pair-on-computer). +When asked for passphrase, enter passphrase from [step 1](#step-1-create-ssh-key-pair-on-computer). ```shell ssh server-admin@185.112.147.115 -i ~/.ssh/server diff --git a/how-to-configure-hardened-raspberry-pi/README.md b/how-to-configure-hardened-raspberry-pi/README.md index 23b3c7b..380468e 100644 --- a/how-to-configure-hardened-raspberry-pi/README.md +++ b/how-to-configure-hardened-raspberry-pi/README.md @@ -16,7 +16,7 @@ Listed: true - [Raspberry Pi](https://www.raspberrypi.org/) - Power adapter, keyboard and HDMI cable (and SD card reader if computer doesn’t have one built-in) -- Linux or macOS computer +- macOS computer ## Caveats @@ -25,7 +25,7 @@ Listed: true ## Guide -### Step 1: create SSH key pair (on computer) +### Step 1: create SSH key pair (on macOS) When asked for file in which to save key, enter `pi`. @@ -78,7 +78,7 @@ EOF > WARNING: DO NOT RUN THE FOLLOWING COMMANDS AS-IS. -Run `diskutil list` to find disk ID of SD card to override with "Raspberry Pi OS Lite" (`disk2` in the following example). +Run `diskutil list` to find disk ID of SD card to override with “Raspberry Pi OS Lite” (`disk2` in the following example). Replace `diskn` and `rdiskn` with disk ID of SD card (`disk2` and `rdisk2` in the following example) and `2021-01-11-raspios-buster-armhf-lite.img` with current image. @@ -162,7 +162,7 @@ ip a Replace `10.0.1.248` with IP of Raspberry Pi. -When asked for password, enter password from [step 5](#step-5-log-in-as-pi-using-keyboard-and-change-password-using-passwd). +When asked for passphrase, enter passphrase from [step 5](#step-5-log-in-as-pi-using-keyboard-and-change-password-using-passwd). ```shell ssh pi@10.0.1.248 @@ -194,7 +194,7 @@ exit Replace `10.0.1.248` with IP of Raspberry Pi. -When asked for password, enter password from [step 1](#step-1-create-ssh-key-pair-on-computer). +When asked for passphrase, enter passphrase from [step 1](#step-1-create-ssh-key-pair-on-computer). ```shell ssh pi@10.0.1.248 -i ~/.ssh/pi @@ -335,7 +335,7 @@ systemctl reboot Replace `10.0.1.248` with IP of Raspberry Pi. -When asked for password, enter password from [step 1](#step-1-create-ssh-key-pair-on-computer). +When asked for passphrase, enter passphrase from [step 1](#step-1-create-ssh-key-pair-on-computer). ```shell ssh pi@10.0.1.248 -i ~/.ssh/pi diff --git a/how-to-create-encrypted-paper-backup/README.md b/how-to-create-encrypted-paper-backup/README.md index 3f0bbcd..9fc20b0 100644 --- a/how-to-create-encrypted-paper-backup/README.md +++ b/how-to-create-encrypted-paper-backup/README.md @@ -27,7 +27,7 @@ Listed: true Replace `10.0.1.248` with IP of Raspberry Pi. -When asked for password, enter password from [step 1](#step-1-create-ssh-key-pair-on-computer). +When asked for passphrase, enter passphrase from [step 1](#step-1-create-ssh-key-pair-on-computer). ```shell ssh pi@10.0.1.248 -i ~/.ssh/pi diff --git a/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md b/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md index 4a5fba5..39c2aec 100644 --- a/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md +++ b/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md @@ -70,7 +70,7 @@ ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDACoPiTWsEeNyp/aGvCgeAU2qryRDPWr6MniXMLmZC Replace `185.193.126.203` with IP of server. -When asked for password, enter password from [step 1](#step-1-create-ssh-key-pair-on-mac). +When asked for passphrase, enter passphrase from [step 1](#step-1-create-ssh-key-pair-on-mac). ```shell ssh root@185.193.126.203 -i ~/.ssh/vpn-server @@ -135,7 +135,7 @@ exit Replace `185.193.126.203` with IP of server. -When asked for password, enter password from [step 1](#step-1-create-ssh-key-pair-on-mac). +When asked for passphrase, enter passphrase from [step 1](#step-1-create-ssh-key-pair-on-mac). ```shell ssh vpn-server-admin@185.193.126.203 -i ~/.ssh/vpn-server @@ -347,7 +347,7 @@ exit Replace `185.193.126.203` with IP of server. -When asked for password, enter password from [step 1](#step-1-create-ssh-key-pair-on-mac). +When asked for passphrase, enter passphrase from [step 1](#step-1-create-ssh-key-pair-on-mac). ```shell ssh vpn-server-admin@185.193.126.203 -i ~/.ssh/vpn-server