Forum Discussion

snapuser's avatar
snapuser
New Contributor II
4 years ago
Solved

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...
  • snapuser's avatar
    snapuser
    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.