Virtual Machine access (SSH)

You must use a bastion to connect to your virtual machine :

ssh -CAX <login_vm>@<ip_vm> -J <login_opensatck>@bastion.os-bird.glicid.fr

The parameter <login_vm> could take the following value :

  • centos for an instance using the image [CentOS - 7 - x86_64]
  • rocky for an instance using the image [Rocky Linux - 8.5 - x86_64]
  • debian for an instance using the image [Debian - 10 - x86_64]
  • debian for an instance using the image [Debian - 11 - x86_64]
  • fedora for an instance using the image [Fedora - 35 - x86_64]
  • ubuntu for an instance using the image [Ubuntu - 20.04 - x86_64]
  • ubuntu for an instance using the image [Ubuntu - 21.04 - x86_64]
  • alpine for an instance using the image [Alpine - v3.14 - x86_64]
  • archlinux for an instance using the image [Archlinux - 07.02.2020 - x86_64]

Transfering files:

# Sending

scp -J <login_opensatck>@bastion.os-bird.glicid.fr /local_file <login_vm>@<ip_vm>:/remote_file

# Retrieving

scp -J <login_opensatck>@bastion.os-bird.glicid.fr <login_vm>@<ip_vm>:/remote_file /local_file

Virtual Machine access (Web - HTTPS)

Default access (port 443)

By default, you can access to your VM (port 443) from your web browser via this URL :

https://your-ip.os-bird.glicid.fr/

You will need to replace all “.” in the ip by “-“

Example : https://172-20-52-112.os-bird.glicid.fr