chore: add ED25519 example

This commit is contained in:
Bo-Yi Wu 2021-03-06 23:00:38 +08:00
parent 63dd9dd662
commit c7104ccac4
1 changed files with 9 additions and 0 deletions

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