Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterTea committed Apr 30, 2024
1 parent 180335d commit 414fba8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
echo "KEYGEN"
cat ~/.ssh/id_rsa.pub >> ~/.ssh/known_hosts
echo "KEYGEN"
chown $USER:$USER ~/{.,.ssh/,.ssh/authorized_keys,.ssh/known_hosts}
chmod 600 ~/.ssh/authorized_keys
chmod go-w ~/
#chown $USER:$USER ~/{.,.ssh/,.ssh/authorized_keys,.ssh/known_hosts}
#chmod 600 ~/.ssh/authorized_keys
#chmod go-w ~/
echo "KEYGEN"
ssh -vvvvvvv -o "StrictHostKeyChecking no" -o 'PreferredAuthentications=publickey' -p 2222 localhost "echo foobar" # Fails if we can't ssh into localhost without a password
if [[ -z "${ACT}" ]]; then auth_header="$(git config --local --get http.https://github.com/.extraheader)"; fi
Expand Down

0 comments on commit 414fba8

Please sign in to comment.