debugging test runner authorized_keys perms

This commit is contained in:
Matt Johnston 2021-10-19 13:45:59 +08:00
parent 27ffea3223
commit 483b427335

View File

@ -117,7 +117,8 @@ jobs:
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh
~/inst/bin/dropbearkey -t ecdsa -f ~/.ssh/id_dropbear | grep ^ecdsa > ~/.ssh/authorized_keys ~/inst/bin/dropbearkey -t ecdsa -f ~/.ssh/id_dropbear | grep ^ecdsa > ~/.ssh/authorized_keys
find ~/.ssh/authorized_keys -ls chmod 700 ~ ~/.ssh ~/.ssh/authorized_keys
ls -ld ~ ~/.ssh ~/.ssh/authorized_keys
# upload config.log if something has failed # upload config.log if something has failed
- name: config.log - name: config.log