Skip to content

Commit

Permalink
adding missing req to onboard a new machine
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Oct 9, 2021
1 parent 524a66b commit 5dfe26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ansible playbooks to the IP (either locally or public)
- ssh installed and ssh access via key from deploy machine (ie: authorized keys
contains public key of deploy machine):
```
sudo apt install ssh
sudo apt install ssh ssh-import-id
ssh-import-id gh:compscidr
```
You'll probably want to test it works (and accept the ssh key) - with:
Expand Down

0 comments on commit 5dfe26c

Please sign in to comment.