Saturday, September 27, 2008

autossh usage example

At host behind the firewall :
autossh -M 20000 -f user@remotehost -R 4567:localhost:22 -nN

At remotehost, will listen to port 4567.
To access the forwarded port , at the remote host :
> ssh user@localhost -p 5678

Proxmox installation display out of range

Reference:  https://forum.proxmox.com/threads/proxmox-ve-screen-out-of-range.131297/