You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to connect with shh on the droplet created by Forem.
I've tried with the root and core username but i get this: Permission denied (publickey,gssapi-with-mic).
The text was updated successfully, but these errors were encountered:
Hi! I do not use Forem yet, but I recognize that error. Did you provide an SSH key in your DigitalOcean droplet provisioning details? That error is saying your key ( on the shell you are connecting from ) does not match the root user. Or, it does match, but you might not have ssl -l root host and just ssh host without the login user provided.
If you are providing a login user and it does not connect with your local key, you might need to use their web console to add your key. Or destroy the droplet, and add it again with your key supplied so you can authenticate via ~/.ssh/id_rsa.pub or similar. Other than that would be Forem-specific I would think.
Hello,
I'm unable to connect with shh on the droplet created by Forem.
I've tried with the root and core username but i get this:
Permission denied (publickey,gssapi-with-mic).
The text was updated successfully, but these errors were encountered: