-
Notifications
You must be signed in to change notification settings - Fork 0
Access to virtual machines
Marc Pignat edited this page Feb 22, 2016
·
2 revisions
❗ This documentation is obsolete and has been moved to the hades documentation website
- Your ssh public key must be enabled on hades.
- Supported ssh clients : openssh-client (linux, OSX, cygwin), putty does not work.
Your ssh public key should be in ~/.ssh/id_rsa.pub
, if this file does not exist you
can create a new key pair using the following command : ssh-keygen -t rsa
.
Send your key to the staff by email, then you key will be added to hades. (for the staff : /var/lib/sshfwd/.ssh/authorized_keys
).
- Find the vm IP address using the web interface > Project > Compute > Instance > "IP address" column
ssh -o "ProxyCommand ssh [email protected] -W %h:%p" cluster@VIRTUAL_MACHINE_IP_ADDRESS