I have created user with sudo useradd cloudera, User created successfully. Now I want to install ssh in cloudera user. If I execute
cloudera@ubuntu:~$ sudo apt-get install ssh
[sudo] password for cloudera:
cloudera is not in the sudoers file. This incident will be reported.
Now How to install ssh in newly added user?
man sudoers, you must addclouderato thesudosystem. – waltinator Jul 28 '17 at 03:37clouderain using thesshcommand in the sudoers file – George Udosen Jul 28 '17 at 06:33