-
Notifications
You must be signed in to change notification settings - Fork 5
SSH into you VM
Elizabeth Slade edited this page May 3, 2020
·
1 revision
Let's assume your private key is called cloud.key and your public key is called cloud.key.pub.
- Before SSH-ing, navigate to your .ssh folder and add your private key to the SSH cloud agent
$ cd ~/.ssh
$ ssh-add cloud.key
- 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]