Skip to content

Commit c286ea3

Browse files
authored
Update rsync example to match SCP example and correct pico.sh address (#19)
1 parent 38c044b commit c286ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ pubkeys on the pico platform.
114114
```bash
115115
rsync pico.sh:/authorized_keys .
116116
# edit keys (add, remove, edit comments)
117-
rsync ./authorized_keys pico.sh
117+
rsync ./authorized_keys pico.sh:/
118118
```
119119

120120
> Caveat: as a safety precaution, we will **never** remove the pubkey currently

0 commit comments

Comments
 (0)