[PVE-User] local storage command list

Flavio Stanchina flavio.stanchina at ies.it
Sun Sep 2 22:40:39 CEST 2012


On 23/08/2012 10:31, Muhammad Yousuf Khan wrote:
> when i am in office i do GUI but from outsize i do not have access to
> GUI and for policy reasons i can not allow access to Webconsole of
> Proxmox from outside. i do have ssh access [...]

Use ssh port forwarding to tunnel port 443:
$ ssh -L 12345:127.0.0.1:443 root at yourserver.example.com

You then access the PVE web interface as https://localhost:12345/

If you have ssh access to a gateway but not directly to the PVE server,
just replace 127.0.0.1 with the internal IP address of the PVE server.

This also works with PuTTY on Windows, read about port forwarding in the help.

-- 
Flavio Stanchina
Informatica e Servizi
Trento - Italy



More information about the pve-user mailing list