2

I am trying out Eldos's SFTP Net Drive to map a drive to a virtual Ubuntu server. I works great when authenticating with a password. I have tried the normal/typical methods for configuring Key-based access. However, I receive error 10058. I have searched for clear instructions without success.

Anyone using this with Key-based access? Please share how you have it configured.

Thank you :)

Larry Eitel
  • 1,397
  • 5
  • 19
  • 37

2 Answers2

1

If you're connecting via command line (e.g. using "open /profile:server" command line arguments) and you're accessing recently reinstalled server, the connection will silently fail because of changed server ssh fingerprint.

Try to reconnect manually (not using command line), accept new fingerprint and the problem will resolve.

0

This is because the server doesn't accept the key for whatever reason and closes connection. Usually this is an indicator of buggy server which normally should send the error packet in response.

But your question is offtopic here on StackOverflow.

Eugene Mayevski 'Callback
  • 45,135
  • 8
  • 71
  • 121
  • 1
    Thank you for the reply. First, off topic? Where should this question be posted? Second, I have a clean VirtualBox running fresh/latest ubuntu server 12.04. I question buggy server as cause. – Larry Eitel Jul 23 '12 at 16:06
  • @LarryEitel not here, for sure. Maybe on SuperUser. And bugs don't depend on freshness - they are in developers' heads and their desire to create standard-compliant software. If the developer doesn't care, then software will ever be compliant, no matter what. – Eugene Mayevski 'Callback Jul 23 '12 at 16:11