On Wednesday 14 November 2007 11:50, James D. Parra wrote: > Hello, > > Is there a way to control which user accounts can use 'su' when using > ssh? I want only a couple of users to be able to change to root when > using ssh.
You shouldn't be giving out your system's root password to this class of user. Instead, configure the "sudo" command to permit those users you wish to have administrative capabilities to be to use it (sudo) to get root privilege. Sudo has other more refined capabilities (e.g., I think you can limit the commands available to a given user via sudo). > Thank you, > > James Randall Schulz -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
