Skip to content

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

Prerequisites

  • Your ssh public key must be enabled on hades.
  • Supported ssh clients : openssh-client (linux, OSX, cygwin), putty does not work.

ssh key

Find your key (or generate a new one)

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

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).

Access your virtual machine through ssh

  • 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