1
1
Fork 0
mirror of https://github.com/appleboy/ssh-action.git synced 2025-03-28 14:46:19 +01:00

chore: add ED25519 example

This commit is contained in:
Bo-Yi Wu 2021-03-06 23:00:38 +08:00
parent 63dd9dd662
commit c7104ccac4

View file

@ -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