mirror of
https://github.com/appleboy/ssh-action.git
synced 2024-11-12 12:38:04 +00:00
chore: add ED25519 example
This commit is contained in:
parent
63dd9dd662
commit
c7104ccac4
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -132,3 +132,12 @@ jobs:
|
|||||||
ls \
|
ls \
|
||||||
-lah
|
-lah
|
||||||
use_insecure_cipher: true
|
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 New Issue
Block a user