-
Notifications
You must be signed in to change notification settings - Fork 30
Failed to get a signed key from the CA: timed out while waiting for a response from the CA #64
Comments
It looks like the first issue was a timeout where the reply from the bot was right after the timeout period (which I have never seen before, so you seem to just have gotten really unlucky! But please do let me know if it happens again). For the second issue, that likely means that the ssh server you were trying to access refused the connection. Did you follow all the steps for the server set up? In terms of debugging, can you share with me the output of running the below commands on the server you are trying to access:
Also, feel free to ping me on Keybase (keybase.io/dworken) if you want to chat about this or have any other questions. |
I had basically the same thing happen
cat /etc/ssh/auth_principals/developer
cat /etc/ssh/sshd_config
|
@bijeebuss Hmm, and to confirm command you are running is:
Can you also share the output of:
This will confirm that the certificate you provisioned has the correct teams stored in it and that it is signed with the correct key. |
|
yes that's the command I'm using, tried root as well |
I regularly have this issue as well: In the Keybase chat I can see the certificate is provided:
And the bot is answering:
In the mean time kssh has failed with the error. I have to retry, sometimes up to 4 times before I get a connection. So it seems either the timeout on the kssh side is too strict or the bot reacts a bit too slow? |
I'm failing to connect to bot-sshca enabled server. See below:
Local terminal:
Keybase SSH Provision chat in my team:
On Keybase chat it looks as SSH key was properly provided. So I tried again.
Local terminal:
Does anybody have idea what could be a problem?
The text was updated successfully, but these errors were encountered: