-
Notifications
You must be signed in to change notification settings - Fork 112
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
SFTP: approving server's public key fails #108
Comments
A part of a feature isn't working which impairs the feature as a whole. |
Confirming this bug |
Please don't change the label again! Controlling SFTP, SMB, etc. could be a feature; its lack isn't a bug. PRs will be accepted. |
In pcmanfm-qt 0.12.0 this works (I've just confirmed). So it's a regression, not a new feature. pcmanfm-qt.mp4Hope this can help :) |
PCManFM fails to approve public host keys of SSH servers that haven't been contacted before.
When connection attempts are made, there's first a dialogue box "pcmanfm-qt" which explains that the remote server isn't known and presents the public key's fingerprint. After clicking "Log In Anyway" there's a second box "Error" explaining that login failed.
Same findings if ~/.ssh/known_hosts lacks or if it exists but lacks the server in question's public key.
Once the key was accepted, e. g. by running an SSH session from the shell, SFTP connections work within PCManFM, too.
FWIW problem can't be seen with Thunar on the very same system.
Seen on Arch Linux x86_64 running latest git version of all LXQt components compiled against Qt5.
The text was updated successfully, but these errors were encountered: