Skip to content

Commit

Permalink
update with new file
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Silva <[email protected]>
  • Loading branch information
taylorsilva committed Jan 14, 2025
1 parent 4f9a75d commit f5cb319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lit/docs/install/generating-keys.lit
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
keys. The \reference{concourse-web} needs to know about all of the public
worker keys. To pass all public worker keys to the \reference{concourse-web}
create a file that contains all of the worker public keys. A common name for
this file is \code{authorized_worker_keys}. The file should look like this,
this file is \code{authorized_worker_keys.pub}. The file should look like this,
with one public key per line.

\codeblock{bash}{{
$ cat authorized_worker_keys
$ cat authorized_worker_keys.pub
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCgKtVnbGRJ7Y63QKoO+loS...
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDU6lA4gSRYIc4MXzphJ2l5...
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDgNU7KBz/QQusPO52pNcea...
Expand Down

0 comments on commit f5cb319

Please sign in to comment.