(no title)
Daril | 5 months ago
To configure passwordless sudo, open the /etc/sudoers file, and add a line of the form: %username ALL = (ALL) NOPASSWD: ALL
And the same user should have a password less SSH access with private key ...
Daril | 5 months ago
To configure passwordless sudo, open the /etc/sudoers file, and add a line of the form: %username ALL = (ALL) NOPASSWD: ALL
And the same user should have a password less SSH access with private key ...
Valodim|5 months ago
Daril|5 months ago
0x6c6f6c|5 months ago