TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you manage user permissions on production servers?

4 点作者 rbruggem将近 8 年前
Do you allow root access to production servers? or full sudo access? Do you allow particular tasks to be run with sudo? Which ones? Do you grant users temporary superuser permissions? What do you do in case of emergencies? Do you completely forbid users from sshing to production servers? Do you audit/monitor superusers activity?

1 comment

techjuice将近 8 年前
This would depend on what type of hosting this is for. If this is for a shared hosting setup then customers do not have or need sudo permissions. Either way the only people with sudo should be the top system engineers for emergencies, everyone else can go through the automated security, deployment and testing process from testing, staging and automated tested and verified push to production.