Skip to content

Commit 57aadee

Browse files
committed
chore: faq
1 parent 68ce3c4 commit 57aadee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

posts/faq.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,12 @@ are more than welcome to join [irc](/irc) and send us a paste of the SSH logs.
5151

5252
# How do I force the correct pico SSH key?
5353

54-
There are two ways, one is when SSHing to us:
54+
Sometimes your `ssh-agent` can get in the way of which key it wants to send us.
55+
We accept the first key that is provided to us because our signup flow involves
56+
accepting any public key presented to us. So you need to make sure you are
57+
sending us the right key.
58+
59+
Thankfully, there are ssh options to force the correct key. There are two ways, one is when SSHing to us:
5560

5661
```bash
5762
ssh -o IdentitiesOnly=yes -i ~/.ssh/id_ed25519 pico.sh

0 commit comments

Comments
 (0)