This is typically used where customers with Linux only EC2 instances need to access their cloud based VPSA GUI from a local browser.
In order to use browser access to the VPSA GUI from outside the cloud it is possible to create a ssh tunnelling.
1 - From a Mac or Linux system or desktop, or for Windows WSL users;
- ssh to your linux instance in the cloud and use the ssh with the -L <8443 (any non-priviledged local port)> : <ip address of the VPSA https://manage.zadarastorage.com/> : <443 - (https only for VPSA) or 80 - (http if allowed)> ubuntu@<public IP of EC2 instances or any cloud instances> -i <location of private key *.pem from EC2 instances or any cloud instances where you saved>
Example:
ssh -L 8443:10.10.1.30:443 ubuntu@107.22.33.44 -i Downloads\example.pem
- Once it connects, open your local internet browser (mac or linux GUI) to https://localhost:8443
and provide your credentials
2- for Windows Graphical users
using putty:
Go to Connection/SSH/Tunnels add the port 8443 and the IP Address of your VPSA: 443.
Click Add
2a) - If cloud instance is in AWS
- Convert your PEM file to a Private PuTTY key (PPK). Use puTTYgen to generate the PPK.
- Expand the Connection Category and enter the Auto-login name of your AMI
- Expand the SSH/Auth Category underneath the Connection and specify the PPK file for authentication.
Connect to your cloud instance using putty
and then open your browser locally and go to https://localhost:8443 , again you will need to enter credentials to access the VPSA GUI.