There was an error while loading. Please reload this page.
1 parent d5080d3 commit 4965e27Copy full SHA for 4965e27
ansible/README.md
@@ -7,7 +7,7 @@
7
ssh anguda@$host | sudo -S mkdir /root/.ssh
8
ssh anguda@$host | sudo -S touch /root/.ssh/authorized_keys
9
ssh anguda@$host | sudo -S apt install git ansible vim sshpass openssh-server -y
10
- cat /root/.ssh/id_rsa.pub | sshpass -p k8s123 ssh root@$host "cat >> /root/.ssh/authorized_keys"
+ cat /root/.ssh/id_rsa.pub | ssh root@$host "cat >> /root/.ssh/authorized_keys"
11
```
12
13
0 commit comments