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

Include ecdsa ssh host keys in sshd config #335

Open
ichalac opened this issue Sep 9, 2022 · 1 comment
Open

Include ecdsa ssh host keys in sshd config #335

ichalac opened this issue Sep 9, 2022 · 1 comment

Comments

@ichalac
Copy link

ichalac commented Sep 9, 2022

I'm using this sftp container as a target for backups of different tools. One of the tools checks the fingerprint of the host and only supports ecdsa keys.
I have tried mounting the ecdsa key to the container but it didn't work because it was missing in the sshd_config
So please include the following line in the sshd_config file in your next release.
HostKey /etc/ssh/ssh_host_ecdsa_key

Thanks!

@ghherlin
Copy link

ghherlin commented Jul 7, 2023

I have the same issue.
You will also need to modify the /entrypoint script to generate the ecdsa key if it is not supplied from outside.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants