Skip to content
Open
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
3 changes: 2 additions & 1 deletion svt-notes/OCP4/manual-jump-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ Test by pinging the host and ssh into the bastion host from GCP console (use bro
## ssh into the machine
Try (in order of preference)
1 using openshift-qe.pem
ssh -i <path-to>/openshfit-qe.pem cloud-user@<ip>
ssh -i <path-to>/openshfit-qe.pem cloud-user@<ip> or
ssh -i <path-to>/openshfit-qe.pem core@<ip>

(openshfit-qe key pair in:
https://code.engineering.redhat.com/gerrit/#/admin/projects/cucushift-internal)
Expand Down