Skip to content

Commit

Permalink
docs: add pipe.pico.sh to ssh hosts (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
codonnell authored Dec 1, 2024
1 parent 5bcb1fb commit 6310229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ssh -o IdentitiesOnly=yes -i ~/.ssh/id_ed25519 pico.sh
The other is with an SSH config entry (`~/.ssh/config`):

```bash
Host pico.sh pgs.sh prose.sh tuns.sh
Host pico.sh pgs.sh prose.sh tuns.sh pipe.pico.sh
IdentitiesOnly yes
IdentityFile ~/.ssh/id_ed25519
```
Expand Down

0 comments on commit 6310229

Please sign in to comment.