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

Can't connect to SFTP server #8109

Closed
cyberduck opened this issue Jul 25, 2014 · 1 comment
Closed

Can't connect to SFTP server #8109

cyberduck opened this issue Jul 25, 2014 · 1 comment
Labels
bug duplicate sftp SFTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

f0f311f created the issue

I'm completely unable to connect to an SFTP server which I've used regularly in previous versions. When trying to connect, I just get a "Connection failed" popup. There is nothing in the Cyberduck log, but I see this in Console:

7/24/14 7:35:59.753 PM Cyberduck[9119]: [main] ERROR ch.cyberduck.core.sftp.openssh.OpenSSHHostKeyVerifier - Cannot read known hosts file FinderLocal{bookmark=, path='/Users/ab/.ssh/known_hosts'}
7/24/14 7:35:59.759 PM sandboxd[1042]: ([9119]) Cyberduck(9119) deny file-read-data /Users/ab/.ssh/known_hosts
7/24/14 7:36:00.513 PM Cyberduck[9119]: [reader] ERROR net.schmizz.sshj.transport.TransportImpl - Dying because - {}
java.lang.NullPointerException
	at ch.cyberduck.core.sftp.openssh.OpenSSHHostKeyVerifier.verify(OpenSSHHostKeyVerifier.java:124)
	at ch.cyberduck.core.sftp.SFTPSession$1.verify(SFTPSession.java:128)
	at net.schmizz.sshj.transport.KeyExchanger.verifyHost(KeyExchanger.java:218)
	at net.schmizz.sshj.transport.KeyExchanger.handle(KeyExchanger.java:373)
	at net.schmizz.sshj.transport.TransportImpl.handle(TransportImpl.java:478)
	at net.schmizz.sshj.transport.Decoder.decode(Decoder.java:127)
	at net.schmizz.sshj.transport.Decoder.received(Decoder.java:195)
	at net.schmizz.sshj.transport.Reader.run(Reader.java:82)
7/24/14 7:36:00.514 PM Cyberduck[9119]: [background-1] ERROR net.schmizz.concurrent.Promise - <<kex done>> woke to: net.schmizz.sshj.transport.TransportException
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #8102. Fixed in 63dbe3d. The 4.5.1 bugfix release is waiting to be approved for release in the Mac App Store. This issue does not affect the non-sandboxed version of Cyberduck available from our website.

@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 duplicate sftp SFTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

1 participant