kolban-google / sftp-gcs

An implementation of an SFTP to Google Cloud Storage bridge.
Apache License 2.0
90 stars 36 forks source link

Issue with winscp #1

Open kolban-google opened 3 years ago

kolban-google commented 3 years ago

A user reported an issue via slack...

I am having issues connecting with winscp with username and password. However it works with the command line? have you found a solution for this?

Log messages appear to be:

"no supported authentication methods available server sent"

Client side logs:

. 2021-02-08 21:07:29.660 Session name:
. 2021-02-08 21:07:29.660 Host name:
. 2021-02-08 21:07:29.660 User name: a(Password: Yes, Key file: No, Passphrase: No)
. 2021-02-08 21:07:29.660 Tunnel: No
. 2021-02-08 21:07:29.660 Transfer Protocol: SFTP (SCP)
. 2021-02-08 21:07:29.660 Ping type: Off, Ping interval: 30 sec; Timeout: 15 sec
. 2021-02-08 21:07:29.660 Disable Nagle: No
. 2021-02-08 21:07:29.660 Proxy: None
. 2021-02-08 21:07:29.660 Send buffer: 262144
. 2021-02-08 21:07:29.660 SSH protocol version: 2; Compression: No
. 2021-02-08 21:07:29.660 Bypass authentication: No
. 2021-02-08 21:07:29.660 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: Yes
. 2021-02-08 21:07:29.660 GSSAPI: Forwarding: No; Libs: gssapi32,sspi,custom; Custom:
. 2021-02-08 21:07:29.660 Ciphers: aes,chacha20,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2021-02-08 21:07:29.660 KEX: ecdh,dh-gex-sha1,dh-group14-sha1,rsa,WARN,dh-group1-sha1
. 2021-02-08 21:07:29.660 SSH Bugs: Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto
. 2021-02-08 21:07:29.660 Simple channel: Yes
. 2021-02-08 21:07:29.660 Return code variable: Autodetect; Lookup user groups: Auto
. 2021-02-08 21:07:29.660 Shell: default
. 2021-02-08 21:07:29.661 EOL: LF, UTF: Auto
. 2021-02-08 21:07:29.661 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes; Follow directory symlinks: No
. 2021-02-08 21:07:29.661 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No; Exit code 1 is error: No
. 2021-02-08 21:07:29.661 SFTP Bugs: Auto,Auto
. 2021-02-08 21:07:29.661 SFTP Server: default
. 2021-02-08 21:07:29.661 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2021-02-08 21:07:29.661 Cache directory changes: Yes, Permanent: Yes
. 2021-02-08 21:07:29.661 Recycle bin: Delete to: No, Overwritten to: No, Bin path:
. 2021-02-08 21:07:29.661 DST mode: Unix

The issue relates to winscp.

See also:

kolban-google commented 3 years ago

In examining #2 it was found that the same surface error occurred as reported in this issue. Digging into #2, a defect was found where the demon program was not responding correctly. A code fix has been made. I'm asking the originator of the issue to test the latest build and ... fingers crossed ... we are working now.

jogoldberg commented 3 years ago

I am successfully connecting from WinSCP.