Thread: ssh access
View Single Post
  #3   (View Single Post)  
Old 9th February 2009
anomie's Avatar
anomie anomie is offline
Local
 
Join Date: Apr 2008
Location: Texas
Posts: 445
Default

The answer is here:
Quote:
not allowed because none of user's groups are listed in AllowGroups
You're allowing only members of the wheel group to ssh in. It might be time to rethink your security scheme, BTW. You have a service account user who you're allowing ssh access to (as DutchDaemon noted), and you're allowing wheel members to ssh in?

How about instead creating a separate account for transferring files over ssh (or whatever it is you're doing) and creating a sshguys group, and changing the sshd_config directive to utilize that group instead of wheel.
__________________
Kill your t.v.
Reply With Quote