Removed redundant "-p"

This commit is contained in:
7aqdxe6f 2021-05-10 08:25:40 +02:00
parent 9aa09d4bb5
commit 09f973cbc6
No known key found for this signature in database
GPG Key ID: D6844406A2D2F0DD
2 changed files with 3 additions and 3 deletions

View File

@ -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). When asked for passphrase, use output from `openssl rand -base64 24` (and store passphrase in password manager).
```console ```console
$ mkdir -p ~/.ssh $ mkdir ~/.ssh
$ cd ~/.ssh $ cd ~/.ssh
@ -173,7 +173,7 @@ ssh pi@10.0.1.248
#### Create `.ssh` folder #### Create `.ssh` folder
```shell ```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) #### 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)

View File

@ -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. Use `vpn-server.pub` public key when setting up server.
```console ```console
$ mkdir -p ~/.ssh $ mkdir ~/.ssh
$ cd ~/.ssh $ cd ~/.ssh