The virtual machines lives on their own private IP network, and accessing them requires some tools and configuration. Our tools handles three special kind of URLs :
hadesssh://
for ssh.hadesvnc://
for remote (VNC) display.hadesscp://
for remote file transfer (scp).Virtual machines’ IP addresses never change! Feel free to save links to your machines in your browser or on your desktop.
PuttyGen
(a shortcut should be in the start menu)
home/hades/sshfwd.ppk
(example : c:\users\uadmin\hades\sshfwd.ppk
).We provide an installer for debian-likes. It is always possible to use the manual configuration.
file ~/.ssh/id_rsa.pub
~/.ssh/id_rsa
~/.ssh/id_rsa.pub
to hades at hevs dot chNow you can either use the hadesssh://VM_IP
URL for accessing your VM
or the ssh-hades cluster@VM_IP
command line tool.
The hadesscp://
protocol is currently not supported on linux, the scp-hades
command should be used instead.