OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: a few ssh questions
From: Waldchen, Erick (VIPTechSprt) (ewaldchenGLOBALCOMPUTER.COM)
Date: Wed Nov 22 2000 - 08:22:42 CST


 -----Original Message-----
> From: Jozsa Kristof [mailto:dynaxLME.TERRA.VEIN.HU]
> Sent: Tuesday, November 21, 2000 4:09 PM
> To: FOCUS-LINUXSECURITYFOCUS.COM
> Subject: a few ssh questions

> e) can I somehow set sshd to enable rsa authentication only
> for a few users,
> not all?

Hmm, I'm not positive about enabling rsa auth for only a few users, but I
know you can allow or disallow ssh logins across the board on a per user
basis. In your sshd_config file, add a line like this:

AllowUsers user1 user2 user3

Maybe this could help in whatever your trying to accomplish?

Erick