mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 09:13:56 +00:00
Removed redundant "-p"
This commit is contained in:
parent
9aa09d4bb5
commit
09f973cbc6
@ -32,7 +32,7 @@ When asked for file in which to save key, enter `pi`.
|
||||
When asked for passphrase, use output from `openssl rand -base64 24` (and store passphrase in password manager).
|
||||
|
||||
```console
|
||||
$ mkdir -p ~/.ssh
|
||||
$ mkdir ~/.ssh
|
||||
|
||||
$ cd ~/.ssh
|
||||
|
||||
@ -173,7 +173,7 @@ ssh pi@10.0.1.248
|
||||
#### Create `.ssh` folder
|
||||
|
||||
```shell
|
||||
mkdir -p ~/.ssh
|
||||
mkdir ~/.ssh
|
||||
```
|
||||
|
||||
#### Create `~/.ssh/authorized_keys` using heredoc generated at [step 2](#step-2-generate-heredoc-the-output-of-following-command-will-be-used-at-step-10)
|
||||
|
@ -36,7 +36,7 @@ When asked for passphrase, use output from `openssl rand -base64 24` (and store
|
||||
Use `vpn-server.pub` public key when setting up server.
|
||||
|
||||
```console
|
||||
$ mkdir -p ~/.ssh
|
||||
$ mkdir ~/.ssh
|
||||
|
||||
$ cd ~/.ssh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user