We are setting up an SFTP connection to a Solaris server (something that we have achieved in the past).
I have generated a key and sent the private part to the server administrator.
When trying to connect (using the Rebex simple WinForm SFTP Client) I get the error
15:56:55.089 Error Info: Rebex.Net.SshException: Authentication method not supported. Supported methods: 'gssapi-keyex,gssapi-with-mic,publickey,password,keyboard-interactive'.
I did try to connect using the WinSCP tool but it would not accept the format of the private key; neither would it convert it.
Any helpful advice?