Replies: 4 comments
-
as a follow up, following the docs here I have found that even if you configure your local
and enable an ssh key such that you are able to log in to the remote server via a command like
Cyberduck still does not work, it gives a error that "DNS Lookup for i-0123456789 failed". So it seems that even "SSH over SSM" does not work with CyberDuck at the moment Perhaps there's some way to get it to not attempt a DNS lookup for the server address and instead match it only against the |
Beta Was this translation helpful? Give feedback.
-
It seems like the reason that Cyberduck SFTP does not work with SSH over SSM is that its not detecting the
despite using a working ssh config like this
perhaps if |
Beta Was this translation helpful? Give feedback.
-
I can confirm there is currently no support for Footnotes |
Beta Was this translation helpful? Give feedback.
-
Is it possible to get either support for |
Beta Was this translation helpful? Give feedback.
-
For usage of CyberDuck with AWS EC2 instances, the standard method is to configure SFTP access to the instance using the standard ssh access keys enabled for the EC2 instance.
However this does not work if the AWS instance requires the use of AWS Session Manager to access the instance;
https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager.html
Is there some way to utilize the AWS Session Manager with CyberDuck? If not can this feature be added? Thanks.
To be clear, the support for AWS S3 does not work here. Because the AWS instances often have local storage volumes such as FSX storage which need to be accessed. It currently works fine using the ssh + SFTP method.
I saw that there was some mention of enabling ssh over AWS Session Manager here
https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started-enable-ssh-connections.html
However this is subject to the administrators of the AWS Account (who are not the same as the CyberDuck users) allowing this specific IAM policy. The AWS Session Manager can already be used to access the EC2 without this policy, so it would be great if there was some way to get Cyberduck to support standard AWS Session Manager usage.
Beta Was this translation helpful? Give feedback.
All reactions