Skip to content

Commit

Permalink
Update docs/bastion.md
Browse files Browse the repository at this point in the history
Co-authored-by: John Gardiner Myers <jgmyers@proofpoint.com>
  • Loading branch information
techieforfun and johngmyers committed Jul 18, 2023
1 parent 0bbda7f commit c05a503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bastion.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ ssh-add path/to/private/key
# Now you can SSH into the bastion. Substitute the administrative username of the instance's OS for <username> (`ubuntu` for Ubuntu, `admin` for Debian, etc.) and the bastion domain for <bastion-domain>. If the bastion doesn't have a public CNAME alias, use the domain of the assigned load balancer as the bastion domain.
ssh -A <username>@<bastion-domain>

# then you can SSH into control planes or worker nodes in the cluster, using the forwarded auth key
# then you can use the fowarded authentication to SSH into control-plane or worker nodes in the cluster.
ssh <username>@<node-address>

```
Expand Down

0 comments on commit c05a503

Please sign in to comment.