changeset 1853:2be3115a8762

debugging test runner authorized_keys perms
author Matt Johnston <matt@ucc.asn.au>
date Tue, 19 Oct 2021 13:45:59 +0800
parents e0c1825c567d
children cba37fe1ddc8
files .github/workflows/build.yml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/build.yml	Tue Oct 19 13:30:58 2021 +0800
+++ b/.github/workflows/build.yml	Tue Oct 19 13:45:59 2021 +0800
@@ -117,7 +117,8 @@
         run: |
           mkdir -p ~/.ssh
           ~/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
       - name: config.log