Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection setup fails silently #10355

Closed
cyberduck opened this issue Jun 12, 2018 · 3 comments
Closed

Connection setup fails silently #10355

cyberduck opened this issue Jun 12, 2018 · 3 comments
Labels
bug sftp SFTP Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

7f32dbb created the issue

All SFTP connection attempts fail silently on my machine (either password or public key auth).
Putty and WinSCP works from this machine and Cyberduck works from any other machines.

I am using Cyberduck (6.6.1 28146) on Windows 7 (64 bit).
No antivirus software is installed.
NET Framework=4.7.2
JRE=8 (171) - clean install (no 3rd party jars).

Attached are the cyberduck log and SSHD debug outputs. I understand that this problem is specific to this machine, but I wonder if you can help me resolve the issue.

Thanks.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

2018-06-11 22:15:25,191 [background-6] DEBUG ch.cyberduck.core.Session - Connection did open to Host{credentials=Credentials{user='volgy'}, hostname='fourier.marmote.org', defaultpath='null', port=22, protocol=Profile{parent=sftp, image=null}}
2018-06-11 22:15:25,191 [keep-alive] DEBUG net.schmizz.keepalive.KeepAliveRunner - Starting KeepAliveRunner, sending keep-alive every 60 seconds
2018-06-11 22:15:25,191 [keep-alive] DEBUG net.schmizz.keepalive.KeepAliveRunner - Sending keep-alive since 60 seconds elapsed
2018-06-11 22:15:25,206 [background-6] DEBUG ch.cyberduck.core.KeychainLoginService - Attempt authentication for Host{credentials=Credentials{user='volgy'}, hostname='fourier.marmote.org', defaultpath='null', port=22, protocol=Profile{parent=sftp, image=null}}
2018-06-11 22:15:25,253 [background-6] DEBUG ch.cyberduck.core.threading.AbstractBackgroundAction - Finish background task WorkerBackgroundAction{worker=MountWorker{cache=Cache{size=0```
2018-06-11 22:15:25,253 [background-6] DEBUG ch.cyberduck.core.threading.BackgroundActionRegistry - Remove action WorkerBackgroundAction{worker=MountWorker{cache=Cache{size=0}}}
2018-06-11 22:15:25,253 [background-6] DEBUG ch.cyberduck.core.threading.BackgroundCallable - Invoke cleanup for background action WorkerBackgroundAction{worker=MountWorker{cache=Cache{size=0}}}
2018-06-11 22:15:25,269 [Thread-0] WARN  ch.cyberduck.core.threading.WorkerBackgroundAction - Missing result for worker MountWorker{cache=Cache{size=0}}. Use default value.
2018-06-11 22:15:25,269 [Thread-0] INFO  ch.cyberduck.core.AbstractCache - Clearing cache Cache{size=0}

}}}

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you reproduce this issue with the latest snapshot build available?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I cannot reproduce it here getting the failure Exhausted available authentication methods. for false credentials.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug sftp SFTP Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

1 participant