keymaker
keymaker copied to clipboard
Lightweight SSH key management on AWS EC2
Hi Kislyuk, We have configured keymaker in our EC2 instances long back, we were able to access all the instances with our usernames earlier. But after we changed our AMI...
keymaker has been installed and keymaker install run. I've got the correct instance role applied. when i attempt to log in, keymaker creates the user, but i can't ssh via...
Keymaker will fall back on a config file if there is no config token present in role description. See issue https://github.com/kislyuk/keymaker/issues/33
- Bugfix for failing to create more than one group when found in IAM - Stub added for banner management - No longer exposes keymaker process in responses from non-existent...
ISSUE: The AuthorizedKeysCommand is ignored on amazon-linux-2 ROOT CAUSE: Amazon-Linux-2 includes its own AuthorizedKeysCommand in preparation for an upcoming feature for storing public keys in metadata. See [release notes](https://aws.amazon.com/amazon-linux-2/release-notes/) under...
Thanks for this module - it is exactly what I want! And I ran it on one instance and it worked. Then I terminated that one and created a new...
I don't think this is really an issue with keymaker, nor is it something that's appropriate to turn into a PR... but here's some info on how to get keymaker...
Issue: missing /usr/local/bin/keymaker-create-account-for-iam-user on keymaker install Replication: ran `sudo keymaker install` on fresh amazon-linux-2 instance. Installation went fine but there was no /usr/local/bin/keymaker-create-account-for-iam-user file created. I looked at the install...
Currently, there is no way to uninstall keymaker. Please add this option and explain how to do it in the documentation. It would also be helpful to list where the...
I'd love for there to be a way to copy a template of a home directory in when creating the home directory on a server. Probably just pull a tar...