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?

asked 13 Sep '11, 15:36

DavidAyton's gravatar image

DavidAyton
15
accept rate: 0%

Hello, which version of Rebex SFTP do you use? (It should be at the top of WinForm SFTP Client's log.)

(13 Sep '11, 17:42) Lukas Pokorny ♦♦

This is the top of the log with the version (2.0.3333.0) in it:

15:54:29.043 Info Info: Connecting to xx.xx.xx.xx:22 using Sftp 2.0.3333.0. 15:54:29.965 Info Info: Server: SSH-2.0-Sun_SSH_1.1.3 15:54:29.965 Info Info: Fingerprint: xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx 15:54:29.965 Info Info: Cipher info: SSH 2.0, DiffieHellmanGroupExchangeSHA1, DSS, 256bit AES/256bit AES, SHA1/SHA1

(14 Sep '11, 13:02) DavidAyton

It looks like the guy at the Solaris end fixed this. It seems that the password associated with the login had expired. He reset it and it's ok.

Why the password matters when I'm not using it I have no idea .........

(14 Sep '11, 14:32) DavidAyton

Thanks for letting us know you got this solved! Some Rebex SFTP error messages were enhanced since 2.0.3333.0 (more than 2 years old now), so it looks quite possible that the one you got was somewhat misleading.

(14 Sep '11, 16:44) Lukas Pokorny ♦♦
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×141

Asked: 13 Sep '11, 15:36

Seen: 250 times

Last updated: 14 Sep '11, 16:44