Bug? (SOLVED) SFTP issue with BITVISE SSH

tigrot

Well-Known Member
Licensed User
Longtime User
Hi everybody,
I have setup a BITVISE SSH server on my windows cloud. It works with any commercial client.
I was testing your SFTP library and it shows an error on handshake.
I get this error
B4X:
<event seq="40" time="2015-05-25 12:02:19.110009 +0200" app="BvSshServer 6.31" name="W_LOGON_AUTH_FAILED" desc="User authentication failed.">
  <session id="1005" remoteAddress="xxx.xxx.xxx.xxx:34621"/>
  <authentication attemptNr="1" userName="XXXXXXXXX" method="gssapi-with-mic"/>
  <parameters failureReason="GssApiMechanismNotSupported" requestedMechanism="Kerberos" kerberos5Auth="Allowed" ntlmAuth="Allowed"/>
  <help message="None of the GSSAPI mechanisms advertised by the client are supported or enabled."/>
  </event>

I don't have any idea about this.

Anybody could help me?

Ciao
Mauro
 
Last edited:

tigrot

Well-Known Member
Licensed User
Longtime User
Maybe looking for help on forum enhances my faculties?! I have solved the issue. Since the Kerberos authentication is allowed only on a domain(and my server is not in a domain) I had to dissallow the request for this kind of auth on server. Now it works...
Thank you for your time.

Mauro
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…