selfhost icon indicating copy to clipboard operation
selfhost copied to clipboard

no able to connect with ssh

Open miaw-miaw opened this issue 1 year ago • 1 comments

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).

miaw-miaw avatar Jul 02 '23 18:07 miaw-miaw

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.

digitalextremist avatar Jul 02 '23 18:07 digitalextremist