hi,
Yesterday ive fired up a new aws server in forge, I have used the forge deploy tool to pull the site from git, no problem, site is up.
But I can not ssh into it.
Im using login : forge
I have added the public key, and Ive tried adding the key 3 different ways in forge ssh keys section
1: completely as it looks.
2: I have tied adding only the characters without these lines
---- BEGIN SSH2 PUBLIC KEY ----
(coment: "rsa-key....)
---- END SSH2 PUBLIC KEY ----
3: and lastly Ive tried adding without the above comments and just the characters whilst removing the new lines, so adding as 1 long string.
But I always get from putty
Server refused our key.
and then a popup
Disconnected no supported authentication methods available (server sent: publickey)
So what have I forgotten to do?.
I can putty into my other forge vultr server no problem.