Proxmox Virtual Environment (VE) 9.1.9 – Ubuntu 24.04 LTS Desktop (Noble Numbat) requires a 64bit 2 GHz dual core processor 4 GB of RAM is strongly recommended and 25 GB of storage for a standard installation

Installing Ubuntu Desktop on systems with low memory (typically less than 4GB) can lead to hangs specifically during the ‚Copying files‘ or ‚Preparing‘ stages, because the Live USB environment lacks sufficient swap space

root@js-SNIFFER-01:~# apt-get install openssh-server

root@js-SNIFFER-01:~# systemctl status ssh

root@js-SNIFFER-01:~# systemctl enable ssh

root@js-SNIFFER-01:~# systemctl start ssh

root@js-SNIFFER-01:~# systemctl status ssh

root@js-SNIFFER-01:~# vi /etc/ssh/sshd_config
PermitRootLogin yes

root@js-SNIFFER-01:~# systemctl restart ssh

Leave a Reply

You must be logged in to post a comment.