Are there any sFTP clients that support a proxy that uses NTLM authentication?
Posted
by Iraklis
on Stack Overflow
See other posts from Stack Overflow
or by Iraklis
Published on 2010-03-19T09:22:06Z
Indexed on
2010/03/19
9:31 UTC
Read the original article
Hit count: 179
The title pretty much summarizes the question. We have deployed an sFTP server that needs to be accessed from our client's MS Windows Pc's that reside within a restricted local area network. The only way they can get out for their Intranet is to use an HTTP proxy that requires NTLM authentication.
From what I understand all open-source sFTP clients (FilleZilla,WinSCP,etc) do NOT support NTLM authentication (Because of legal issues).
I know that there are workarounds to this (installing a local proxy at the machine that understands NTLM) but this would break all sorts of security policies of our client.
So my question is : Does anyone know of any sFTP client that supports NTLM ?
© Stack Overflow or respective owner