Skip to content

Commit

Permalink
[skip ci] Debug fail2ban
Browse files Browse the repository at this point in the history
  • Loading branch information
notthebee committed Apr 4, 2024
1 parent 42734bd commit 4bdb19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:

- name: Add the personal SSH key for debugging
run: >-
ssh -t -t $EASYVPN_USERNAME@$SERVER_IPV4 "curl https://github.com/notthebee.keys >> $HOME/.ssh/authorized_keys"
ssh -t -t $EASYVPN_USERNAME@$SERVER_IPV4 "curl https://github.com/notthebee.keys >> /home/$EASYVPN_USERNAME/.ssh/authorized_keys"
- name: Archive the private SSH key (Matrix 1)
if: ${{ matrix.index == '1' }}
Expand Down

0 comments on commit 4bdb19c

Please sign in to comment.