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 :
- alma for an instance using the images [AlmaLinux - 8.8 - X86_64, AlmaLinux - 9.3 - X86_64]
- alpine for an instance using the image [Alpine - 3.20 - x86_64]
- debian for an instance using the images [Debian - 12 - x86_64, ]
- ubuntu for an instance using the images [Ubuntu - 22.04 - x86_64, Ubuntu - 24.04 - x86_64, ubuntu-24.04-ifb-py27-packer-2024-08-23]
- rocky for an instance using the image [rocky-9-ifb-py27-packer-2024-08-23]
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.gcp.glicid.fr/
You will need to replace all “.” in the ip by “-“
Example : https://10-54-0-1.gcp.glicid.fr