docs: 更新 id_rsa 密钥生成命令

空口令,无需多余回车确认
pull/525/head
waiting 2019-04-05 19:25:59 +08:00 committed by jmgao
parent 90309e6d13
commit 3e7411f0e1
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ pip install --no-cache-dir ansible -i http://mirrors.aliyun.com/pypi/simple/ --t
- 在deploy节点配置免密码登陆 - 在deploy节点配置免密码登陆
``` bash ``` bash
ssh-keygen -t rsa -b 2048 回车 回车 回车 ssh-keygen -t rsa -b 2048 -N '' -f ~/.ssh/id_rsa
ssh-copy-id $IPs #$IPs为所有节点地址包括自身按照提示输入yes 和root密码 ssh-copy-id $IPs #$IPs为所有节点地址包括自身按照提示输入yes 和root密码
``` ```
### 4.在deploy节点编排k8s安装 ### 4.在deploy节点编排k8s安装