Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @brtknr @cityofships
* @cityofships
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ bastion-terraform
=================

This repo contains Terraform script for provisioning a bastion host and
managing users on the instance.
managing users and their SSH keys on the instance.

Configuration
-------------
Expand All @@ -21,8 +21,8 @@ On the remote terraform backend, ensure that the following variables are defined
Administration
--------------

To add a new user, create a new file under `authorized_keys/<user>` with SSH
public key for the given user then create a pull request.
To add a new user, create a new file under `authorized_keys/<user>` with the
SSH public key for the given user then create a pull request.

To remove a user, delete `authorized_keys/<user>` and create a pull request.

Expand All @@ -32,5 +32,6 @@ If you are running this on your local machine:
terraform init # first time only
terraform apply

Maintainer:
- [email protected]
Maintainers
----------
See [CODEOWNERS](./.github/CODEOWNERS).
Loading