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

Enable easy ssh key revocation #694

Merged
merged 2 commits into from Jun 14, 2017

Commits on Jun 7, 2017

  1. Fully manage SSH keys

    Fully manage the `.ssh/authorized_keys` file for root,
    so that keys removed from Salt are also removed from the file.
    
    Note that the AWS (Linux) machines are configured to have two
    additional keys in the root `authorized_keys` file,
    namely `servo-aws` and `servo-aws-reserved-instances`,
    but when used these keys will tell the user to log in as ubuntu,
    so they don't provide real access.
    Remove these keys as they are not useful.
    
    Add documentation about gaining SSH access and revoking/rotating keys.
    aneeshusa committed Jun 7, 2017
You can’t perform that action at this time.