mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-22 16:53:56 +00:00
Fixed typos
This commit is contained in:
parent
3d5cea224b
commit
987d6389db
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user