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

Always requests SFTP subsystem #7712

Closed
cyberduck opened this issue Jan 3, 2014 · 3 comments
Closed

Always requests SFTP subsystem #7712

cyberduck opened this issue Jan 3, 2014 · 3 comments
Assignees
Labels
enhancement sftp SFTP Protocol Implementation wontfix

Comments

@cyberduck
Copy link
Collaborator

720ba30 created the issue

Hello!

Please fix your SCP implementation. Although I changed the preferences for SSH file transfer to SCP:

$ plutil -p ~/Library/Preferences/ch.sudo.cyberduck.plist | grep -i scp
  "ssh.transfer" => "scp"

Cyberduck still tries to connect to the sftp-subsystem:
/var/log/secure

Jan  3 14:13:44 <hostname> sshd[7827]: pam_unix(sshd:session): session opened for user <userid> by (uid=0)
Jan  3 14:13:44 <hostname> sshd[7835]: subsystem request for sftp
Jan  3 14:13:44 <hostname> sshd[7835]: subsystem request for sftp failed, subsystem not found
Jan  3 14:13:44 <hostname> sshd[7827]: pam_unix(sshd:session): session closed for user <userid> 

The sftp-subsytem is disabled on the server on purpose. Although SCP should be used Cyberduck is still composing the connection URL like:

sftp://<userid>@<hostname> .... and not scp:// ...

This may cause this issue.

Until this is fixed. SCP connections are broken. Requesting immediate fix. Even the nighty builds have the same bug.

Best Regards.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We only provide the option to use SCP for file transfers but we always request the SFTP subsystem for directory listings.

@cyberduck
Copy link
Collaborator Author

720ba30 commented

Hmm..

That is unfortunate. Are there plans to fix this by using a SSH connection and a »ls« command for directory listing?

Best Regards.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:4 daisagah]:

Hmm..

That is unfortunate. Are there plans to fix this by using a SSH connection and a »ls« command for directory listing?

Best Regards.

We have no immediate plans to implement this option.

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

No branches or pull requests

2 participants