Actually very new user to bash.and I am logging into server using
ssh sam@xyz.com
and now I have to write script which will ensure that only ‘sam’ user can be logged in.
Can anybody help me out of this problem?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure what exactly and where you’re trying to do, but maybe you’re talking about
But generally,
sshhas its own means of authentication.