Skip to content

Commit 4b95577

Browse files
axelsimoncityofships
authored andcommitted
Update README.md
1 parent 67b0bf2 commit 4b95577

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bastion-terraform
22
=================
33

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

77
Configuration
88
-------------
@@ -21,8 +21,8 @@ On the remote terraform backend, ensure that the following variables are defined
2121
Administration
2222
--------------
2323

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

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

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

35-
Maintainer:
36-
35+
Maintainers
36+
----------
37+
See [CODEOWNERS](./.github/CODEOWNERS).

0 commit comments

Comments
 (0)