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

Faster ssh user key distribution #64

Open
rodecker opened this issue Oct 8, 2019 · 0 comments
Open

Faster ssh user key distribution #64

rodecker opened this issue Oct 8, 2019 · 0 comments

Comments

@rodecker
Copy link
Member

rodecker commented Oct 8, 2019

SSH user keys are currently distributed via Ansible, which means they are only updated once every two hours. We'd like to bring this down to minutes.

Possible option would be to use https://jpmens.net/2019/03/02/sshd-and-authorizedkeyscommand/ to check for new keys on Github when a key is not locally available. This would need some rate-limiting to not bombard Github with requests for every login.

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

1 participant