Hi,
When I run the proxmox installer, I prefer to do that remotely
So, I type the following, fully by hand in the console
And after the 20th time I find this is getting tedious !
Is there an easier way ?
Maybe there's a script already on the installer that I just didn't find yet ? Like "enable-root-ssh" ?
When I run the proxmox installer, I prefer to do that remotely
So, I type the following, fully by hand in the console
Code:
apt update ; apt install openssh-server -y ; echo "permitrootlogin yes" >> /etc/ssh/sshd_config ; printf "%s\n" "root:qwerty" | chpasswd ; /etc/init.d/ssh restart
And after the 20th time I find this is getting tedious !
Is there an easier way ?
Maybe there's a script already on the installer that I just didn't find yet ? Like "enable-root-ssh" ?