Skip to content

Commit

Permalink
Fix typo for SSH_KNOWN_HOSTS in CI/CD docs (#3310)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrossberndt authored Sep 21, 2022
1 parent 6113e5e commit ac74d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ deploys.

Set the following variables in GitLab project:

- `SSH_KNOW_HOSTS`: Content of `~/.ssh/known_hosts` file.
- `SSH_KNOWN_HOSTS`: Content of `~/.ssh/known_hosts` file.
The public SSH keys for a host may be obtained using the utility `ssh-keyscan`.
For example: `ssh-keyscan deployer.org`.
- `SSH_PRIVATE_KEY`: Private key for connecting to remote hosts.
Expand Down

0 comments on commit ac74d01

Please sign in to comment.