Make a note about adding SSH keys to host Rhodium
This commit is contained in:
parent
8a692376d3
commit
50d1b6098d
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ SSH_KEY=<absolute/path/to/ssh/private/key>
|
|||
ansible-playbook setup-ssh.yml --ask-vault-pass -e "setup_ssh_logname=$LOGUSER" -e "setup_ssh_key=$SSH_KEY"
|
||||
```
|
||||
|
||||
This playbook also adds `rhodium.n39.eu` (OpenWRT router), but our Ansible cannot set up SSH keys (yet).
|
||||
Please [add your key to OpenWRT manually](https://openwrt.org/docs/guide-user/security/dropbear.public-key.auth#from_the_luci_web_interface).
|
||||
|
||||
## Edit vault encrypted vars files
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Reference in a new issue