Access

The server can be accessed in serveral ways.

Direct Login

You can use keyboard and screen to connect physically to the server an login on a shell there. This can be used as emergency access in case network logins are not available. Use any linux user (e.g. root) to login.

SSH

Warning

Access via Password has been disabled for all users. You can login using an ssh key.

You can login via SSH on port 31415 via IPv4 and port 22 via IPv6, e.g.:

$ ssh root@pve.niedersachsen.de -p 31415

Tip

To access webinterfaces that are hidden behind the firewall, open an ssh tunnel for the spefic ports:

$ ssh root@pve.niedersachsen.de -p 31415 -L {local port}:{IP in the server's LAN}:{source port}

Tip

If you want to connect directly to a guest or scp to it, you can use the ProxyJump directive:

$  ssh -J root@pve.falken-niedersachsen.de:31415 root@{guest}
$  scp -r -o 'ProxyJump root@pve.falken-niedersachsen.de' [{user}@{host}]:{source path} root@reverse-proxy:{destination path}

Proxmox Web Interface

In the Proxmox Webinterface you can also login using the (enabled) linux user (choose pam authentication in the dialog). To access the Webinterface, go to 192.168.1.1:8006 on the LAN or pve.falken-niedersachsen.de (IPv4) or pve.falken-niedersachsen.de:8006 (IPv6) via the web.

Within the web interface you can access the webshell of the VMs and containers.