Skip to content

Commit a8f8002

Browse files
committed
Remove unneeded touch
1 parent b79ca24 commit a8f8002

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

remote-access/ssh/passwordless.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ If your Pi does not have an .ssh directory you will need to set one up so that y
5959
```
6060
cd ~
6161
install -d -m 700 ~/.ssh
62-
touch .ssh/authorized_keys
6362
```
6463

6564
To copy your public key to your Raspberry Pi, use the following command to append the public key to your `authorized_keys` file on the Pi, sending it over SSH:

0 commit comments

Comments
 (0)