Link to home
Start Free TrialLog in
Avatar of computerstreber
computerstreberFlag for United States of America

asked on

Windows Domain User

This is a two part question... What is the best way to grant permissions a Windows domain user to connect via SSH to a Linux box? Also, how would I go about doing that?
Avatar of dsorak
dsorak
Flag of United States of America image

You could set up the Linux server to do PAM authentication against the domain using Samba:

http://wiki.samba.org/index.php/Samba_%26_Active_Directory

Or, you could just simply create a Linux account for that user and set up a public key / private key pair between the two accounts:

http://inside.mines.edu/~gmurray/HowTo/sshNotes.html
Avatar of omarfarid
any pc with ssh client can ssh to linux box. What is exactly your requirement?
Avatar of computerstreber

ASKER

I have a server that is in the Windows domain, but a user that is attempting to connect to it is unable to do so. I figured I need to add the user. I am just not sure of the command to do that.
ASKER CERTIFIED SOLUTION
Avatar of darrickhartman
darrickhartman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial