test: comment the ED25519 ssh testing

This commit is contained in:
Bo-Yi Wu 2022-12-09 10:17:03 +08:00
parent db9be1d5f2
commit 0d5a3d0e48

View File

@ -141,11 +141,11 @@ jobs:
-lah -lah
use_insecure_cipher: true use_insecure_cipher: true
- name: SSH ED25519 Private Key # - name: SSH ED25519 Private Key
uses: ./ # uses: ./
with: # with:
host: ${{ secrets.TUNNEL_HOST }} # host: ${{ secrets.TUNNEL_HOST }}
username: ${{ secrets.TUNNEL_USERNAME }} # username: ${{ secrets.TUNNEL_USERNAME }}
key: ${{ secrets.ID_ED25519 }} # key: ${{ secrets.ID_ED25519 }}
port: ${{ secrets.TUNNEL_PORT }} # port: ${{ secrets.TUNNEL_PORT }}
script: whoami # script: whoami