mirror of
https://github.com/clearml/dropbear
synced 2025-03-13 07:08:26 +00:00
debugging test runner authorized_keys perms
This commit is contained in:
parent
27ffea3223
commit
483b427335
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user