snapuser
4 years agoNew Contributor II
Setting up SSH account
Hi. I’m trying to set up an SSH Auth account in order to connect to an SFTP server.
I’ve been given a .ppk file that was generated by PuttyGen and I’ve verified that I can connect to the SFTP serv...
- 4 years ago
So in my case, this error was caused because I was trying to use an Ed25519 key, which snap (apparently) doesn’t support. Once I created a new key pair in RSA format and registered the public key on the server, it worked.