mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2024-11-25 11:39:36 +01:00
chore: add ED25519 example
This commit is contained in:
parent
63dd9dd662
commit
c7104ccac4
1 changed files with 9 additions and 0 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -132,3 +132,12 @@ jobs:
|
|||
ls \
|
||||
-lah
|
||||
use_insecure_cipher: true
|
||||
|
||||
- name: SSH ED25519 Private Key
|
||||
uses: ./
|
||||
with:
|
||||
host: ${{ secrets.TUNNEL_HOST }}
|
||||
username: ${{ secrets.TUNNEL_USERNAME }}
|
||||
key: ${{ secrets.ID_ED25519 }}
|
||||
port: ${{ secrets.TUNNEL_PORT }}
|
||||
script: whoami
|
||||
|
|
Loading…
Reference in a new issue