We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ce3c4 commit 57aadeeCopy full SHA for 57aadee
posts/faq.md
@@ -51,7 +51,12 @@ are more than welcome to join [irc](/irc) and send us a paste of the SSH logs.
51
52
# How do I force the correct pico SSH key?
53
54
-There are two ways, one is when SSHing to us:
+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:
60
61
```bash
62
ssh -o IdentitiesOnly=yes -i ~/.ssh/id_ed25519 pico.sh
0 commit comments