Ritesh
November 5, 2015, 7:37pm
#1
need to su - as normal user to normal user password less.
suppose - user A- create user-> user B
suppose we login on terminal via user A.
when we run the command su - then login user B.
machinA~#
su -
machineB~#
without ssh -
Password less su - command for normal user to normal user . normal user run su - command and login normal user
Ritesh
November 6, 2015, 4:30am
#2
we login via - normal user - userA.
User A create New user UserB
and i want - when we run the command on userA session-
su -
then
login at userB.
@Ritesh
Please use proper titles for your questions and also please describe your question more clearly so that we can better understand…Just posting one line questions will not helpful for us…
I request you to modify your questions and explain clearly…
@ravisaive Thanks because this question was not clear enough for one to understand and offer help.
Ritesh
November 6, 2015, 6:30pm
#5
okay -
we login over system as normal user - userA.
and want to password less when i run - > su - userB.
how can i implement.
without --> ssh ( id_rsa.pub _> auhtorize_keys -ssh )
Update sudo configuration for the new user ,
visudo
username ALL=(ALL) NOPASSWD: ALL
save the file,do verification by issuing commend visudo -c
switch to user and try
sudo su -
sudo -u root /usr/sbin/dmidecode
[rajesh@instructor ~]$ sudo -u nages whoami
nages
and you can execute all command it will not prompt for password