Typo corrections

This commit is contained in:
Joey Hafner 2022-02-26 00:31:42 -08:00
parent 1cb178599b
commit 604a303064
2 changed files with 1 additions and 8 deletions

View File

@ -1,11 +1,3 @@
before_script:
# configure SSH keys
- 'which ssh-agent || ( apt-get install -qq openssh-client )'
- eval $(ssh-agent -s)
- ssh-add <(echo "$SSH_PRIVATE_KEY")
- mkdir -p ~/.ssh
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
update-config-dump:
image: debian:bullseye
script:

View File

@ -68,6 +68,7 @@ Via: https://thehomeofthefuture.com/how-to/use-an-ssh-key-with-an-ubiquiti-edger
2. `configure`
3.
```sh
set system login user admin authentication public-keys jafner425@gmail.com
set system login user admin authentication public-keys jafner425@gmail.com type ssh-rsa
set system login user admin authentication public-keys jafner425@gmail.com key $KEY_VALUE
```