Skip to content

SSH into you VM

Elizabeth Slade edited this page May 3, 2020 · 1 revision

Instructions for SSH-ing into ChRIS VM on OpenShift

Let's assume your private key is called cloud.key and your public key is called cloud.key.pub.

  1. Before SSH-ing, navigate to your .ssh folder and add your private key to the SSH cloud agent
$ cd ~/.ssh
$ ssh-add cloud.key
  1. Then, if the public key was properly added to the VM's authorized key list, you can SSH into the ChRIS VM.
$ cd ~/.ssh
$ ssh [email protected]