Skip to content

Commit

Permalink
Kubernetes on AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
angudadevops authored Mar 2, 2020
1 parent d5080d3 commit 4965e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ssh anguda@$host | sudo -S mkdir /root/.ssh
ssh anguda@$host | sudo -S touch /root/.ssh/authorized_keys
ssh anguda@$host | sudo -S apt install git ansible vim sshpass openssh-server -y
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"
```
Expand Down

0 comments on commit 4965e27

Please sign in to comment.