Typo corrections
This commit is contained in:
parent
1cb178599b
commit
604a303064
@ -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:
|
||||
|
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user