Hello everyone,
I have been following the simple formula of using the root Debian PVE system as an SSH jump server to access all of my VMs and LXC containers.
Doing so, I have been using configuration blocks that look like this (for every VM/LXC host):
For example,
In pursuit of a nicer and an...
Read more
I have been following the simple formula of using the root Debian PVE system as an SSH jump server to access all of my VMs and LXC containers.
Doing so, I have been using configuration blocks that look like this (for every VM/LXC host):
Code:
Host host.proxmox
Hostname host
User root
ProxyJump proxmox
PreferredAuthentications publickey
For example,
host
above can be anything, like jenkins
, n8n
, nextcloud
, etc.In pursuit of a nicer and an...
Read more