BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] ssh keys question
- Subject: [Discuss] ssh keys question
- From: dsr at randomstring.org (Dan Ritter)
- Date: Thu, 16 Jun 2016 18:37:55 -0400
- In-reply-to: <57631030.9070803@borg.org>
- References: <57631030.9070803@borg.org>
On Thu, Jun 16, 2016 at 04:46:40PM -0400, Kent Borg wrote: > When people use ssh keys, what happens with sudo? > Sudo continues to work. 1. You can assign passwords, but tell sshd to only allow access via keys. This is a Good Idea. 2. People who don't have sudo privs don't need passwords. 3. A good /etc/sudoers file can assign privilege to people based on the UNIX group they are in, or in an internal sudoers-defined group, or individually. Privs can vary by machine, so you can distribute the same /etc/sudoers file everywhere in a network. 4. You can even give no-password-required access to some people for individual commands. -dsr-
- Follow-Ups:
- [Discuss] ssh keys question
- From: kentborg at borg.org (Kent Borg)
- [Discuss] ssh keys question
- References:
- [Discuss] ssh keys question
- From: kentborg at borg.org (Kent Borg)
- [Discuss] ssh keys question
- Prev by Date: [Discuss] ssh keys question
- Next by Date: [Discuss] ssh keys question
- Previous by thread: [Discuss] ssh keys question
- Next by thread: [Discuss] ssh keys question
- Index(es):