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

Update file permissions on authorized_keys to 600 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mccrackend
Copy link
Collaborator

@mccrackend mccrackend commented Apr 19, 2024

I was unable to ssh in without manually updating the authorized_keys file. Was getting the error below before making this tweak.

$ ssh root@<external lb IP>
The authenticity of host '<external lb IP> (<external lb IP>)' can't be established.
ED25519 key fingerprint is SHA256:<big sha>
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '<external lb IP>' (ED25519) to the list of known hosts.
root@<external lb IP>: Permission denied (publickey).

RE: https://askubuntu.com/a/46425

@corbinu
Copy link
Owner

corbinu commented Apr 19, 2024

@mccrackend

Thanks for this. I no longer use it in my work. Would you be interested in taking it over?

Thanks,

Corbin

@mccrackend
Copy link
Collaborator Author

Sure, I could do that. I have a helm chart I'd like to publish with this as well.

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

Successfully merging this pull request may close these issues.

2 participants