Search results

  1. J

    Proxmox 7 - LXC SSH Root login not working

    Just adding to the thread, as this fixed my issue. However this is the wrong way to reconfigure systemd services, those changes will be overridden by an apt update. You should use the systemd override file instead: systemctl edit ssh.socket #or mkdir -p /etc/systemd/system/ssh.socket.d/ cat >...