This commit is contained in:
parent
74f71728c3
commit
2af9aae496
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ jobs:
|
||||||
- run: for i in *.pub; do ./check_key.sh $i; done
|
- run: for i in *.pub; do ./check_key.sh $i; done
|
||||||
- run: |
|
- run: |
|
||||||
echo assembeling authorized keys &&
|
echo assembeling authorized keys &&
|
||||||
cat keys/*.pub > authorized_keys
|
cat *.pub > authorized_keys
|
||||||
- run: ssh-keygen -l -f authorized_keys
|
- run: ssh-keygen -l -f authorized_keys
|
||||||
|
|
Loading…
Add table
Reference in a new issue