Host pve1
Port 51722
Host pve1.MYDOMAIN.COM # change this line.
Port 51722
Ok, here is what I want to do:
On the host node, can I do the following to secure the node:
Change sshd_confgi to:
1. Not allow root login from SSH
2. Other users must use keys
3. Change ssh port to another port
In the PROXMOX GUI
4. Disable PAM as a authentication mode for PROXMOX, i.e. delete the PAM entry
5. Enable pve authentication with multi-factor (yubikey)
I know how to do 4 & 5, but was wondering if 1-3 would break the proxmox engine. If that does not work, cloud I just use iptables to allow only 127.0.0.1 and the other host-node access to port 22?
Ok, here is what I want to do:
On the host node, can I do the following to secure the node:
Change sshd_confgi to:
1. Not allow root login from SSH
2. Other users must use keys
3. Change ssh port to another port
In the PROXMOX GUI
4. Disable PAM as a authentication mode for PROXMOX, i.e. delete the PAM entry
5. Enable pve authentication with multi-factor (yubikey)
I know how to do 4 & 5, but was wondering if 1-3 would break the proxmox engine. If that does not work, cloud I just use iptables to allow only 127.0.0.1 and the other host-node access to port 22?