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

wrong spelling of ed25519 leads to RSA4096 being used as the host key file can not be found #3

Open
florianjacob opened this issue Jul 29, 2016 · 2 comments
Assignees

Comments

@florianjacob
Copy link

See https://github.com/majewsky/system-configuration/blob/master/hologram-openssh.pkg.toml#L29

it should be

HostKey /etc/ssh/ssh_host_ed25519_key

but it is

HostKey /etc/ssh/ssh_host_ed22519_key

(with doubled 2 instead of doubled 5).

(Just made an sshd config based on yours and I was wondering why it was asking to accept the RSA4096 key… 😉 )

@majewsky
Copy link
Owner

Huh. I wasn't aware someone had submitted issues here. I just happened to notice the (2) next to the Issues link by chance.

I'll put this on the backburner for now when I come around to rotating all my SSH keys next time, but I'll put a comment in there in case someone else decides to copy that.

majewsky added a commit that referenced this issue May 14, 2017
@florianjacob
Copy link
Author

thank you! 👍

@majewsky majewsky self-assigned this Dec 5, 2017
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