Skip to content

Commit 4965e27

Browse files
author
angudadevops
authored
Kubernetes on AWS
1 parent d5080d3 commit 4965e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎ansible/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
ssh anguda@$host | sudo -S mkdir /root/.ssh
88
ssh anguda@$host | sudo -S touch /root/.ssh/authorized_keys
99
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"
10+
cat /root/.ssh/id_rsa.pub | ssh root@$host "cat >> /root/.ssh/authorized_keys"
1111
```
1212
1313

0 commit comments

Comments
 (0)