Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 45265200C5B for ; Thu, 27 Apr 2017 11:26:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 43C9F160BB2; Thu, 27 Apr 2017 09:26:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B11D8160B98 for ; Thu, 27 Apr 2017 11:26:11 +0200 (CEST) Received: (qmail 39837 invoked by uid 500); 27 Apr 2017 09:26:10 -0000 Mailing-List: contact commits-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list commits@brooklyn.apache.org Received: (qmail 39819 invoked by uid 99); 27 Apr 2017 09:26:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2017 09:26:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D7694E01BC; Thu, 27 Apr 2017 09:26:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: drigodwin@apache.org To: commits@brooklyn.apache.org Date: Thu, 27 Apr 2017 09:26:09 -0000 Message-Id: <8e76f6113a70458a9a9b6db16e914027@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] brooklyn-docs git commit: Security guidelines archived-at: Thu, 27 Apr 2017 09:26:12 -0000 Repository: brooklyn-docs Updated Branches: refs/heads/master d0ade7368 -> a86e6b947 Security guidelines Ssh access should be strongly limited. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/63e3296b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/63e3296b Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/63e3296b Branch: refs/heads/master Commit: 63e3296b02bcef51e1cafa1471b690daee98c5e9 Parents: 2308dca Author: Valentin Aitken Authored: Wed Apr 26 20:35:06 2017 +0300 Committer: Valentin Aitken Committed: Thu Apr 27 07:58:04 2017 +0300 ---------------------------------------------------------------------- guide/ops/security-guidelines.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/63e3296b/guide/ops/security-guidelines.md ---------------------------------------------------------------------- diff --git a/guide/ops/security-guidelines.md b/guide/ops/security-guidelines.md index b6e4460..3b86a23 100644 --- a/guide/ops/security-guidelines.md +++ b/guide/ops/security-guidelines.md @@ -72,7 +72,8 @@ root login. ### VM Users It is strongly discouraged to use the root user on VMs being created or managed by Brooklyn. - +SSH-ing on the VM should be done on rare cases such as initial Apache Brooklyn setup, +Apache Brooklyn upgrade and other important maintenance occasions. ### SSH keys