From 921c7f2ca3e434d60e7e927e8a51411e34e22808 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Sun, 14 Oct 2018 12:03:38 +0800 Subject: [PATCH] Update security.md --- docs/security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/security.md b/docs/security.md index 9d6d3b4947..43a92133d5 100644 --- a/docs/security.md +++ b/docs/security.md @@ -6,7 +6,7 @@ SSH is allowed to the masters and the nodes, by default from anywhere. To change the CIDR allowed to access SSH (and HTTPS), set AdminAccess on the cluster spec. -When using the default images, the SSH username will be `admin`, and the SSH private key is be +When using the default images, the SSH username will be `admin`, and the SSH private key will be the private key corresponding to the public key in `kops get secrets --type sshpublickey admin`. When creating a new cluster, the SSH public key can be specified with the `--ssh-public-key` option, and it defaults to `~/.ssh/id_rsa.pub`. @@ -51,7 +51,7 @@ spec: anonymousAuth: false ``` -**Note** on a existing cluster with 'anonymousAuth' unset you would need to first roll out the masters and then update the node instance groups. +**Note** on an existing cluster with 'anonymousAuth' unset you would need to first roll out the masters and then update the node instance groups. ### API Bearer Token