Is there any information on what exactly needs to be pasted into Skyvia when using the Public Key Authentication type?
In the SSH Private Key field it's not recognising anything I put in as a valid Private Key. I've generated the key through PuTTY Key Generator. The Private key file that has been generated looks as follows, and is saved as a .ppk
PuTTY-User-Key-File-2: ssh-rsa
Encryption: (encryption here)
Comment:
Public-Lines: 6
(public key here)
Private-Lines: 14
(private key here)
Private-MAC: (mac address here)
I've attempted pasting in the entire thing, just the private key data, all sorts of variations but it doesn't accept it as a valid private key file.
It was generated in PuTTY Key Generator using RSA, generating 2048 bits.
It's probably very obvious, but I'm quite new to SSH and Private / Public key encryption, any assistance on this would be greatly appreciated!
Cheers!