Remote login as user root on Linux machines has been disabled by default on most distro's by years now. Please do not rely on this very insecure way.
We should be able to create an installer that is more generic and does not use root access. F.i. we could store the password of the deploy user in a hash-file (because on the cmd-line it could still be retrieved via 'history') and use that to sudo and get things done?
Remote login as user root on Linux machines has been disabled by default on most distro's by years now. Please do not rely on this very insecure way.
We should be able to create an installer that is more generic and does not use root access. F.i. we could store the password of the deploy user in a hash-file (because on the cmd-line it could still be retrieved via 'history') and use that to sudo and get things done?