removed redundant "-p"
This commit is contained in:
parent
9aa09d4bb5
commit
6b2c45b59a
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue