From 214f02f11e3982e7810c33a8e8b394f4f8b1d440 Mon Sep 17 00:00:00 2001 From: To Hung Sze <65362879+tsze-redhat@users.noreply.github.com> Date: Tue, 1 Feb 2022 15:26:28 -0500 Subject: [PATCH] may need to use core to ssh in --- svt-notes/OCP4/manual-jump-node.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/svt-notes/OCP4/manual-jump-node.md b/svt-notes/OCP4/manual-jump-node.md index 4be0695..377032f 100644 --- a/svt-notes/OCP4/manual-jump-node.md +++ b/svt-notes/OCP4/manual-jump-node.md @@ -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 /openshfit-qe.pem cloud-user@ + ssh -i /openshfit-qe.pem cloud-user@ or + ssh -i /openshfit-qe.pem core@ (openshfit-qe key pair in: https://code.engineering.redhat.com/gerrit/#/admin/projects/cucushift-internal)