feat: install ssh
Some checks failed
Test SSH Workflow / exec-command (push) Failing after 3s

This commit is contained in:
Leandro Costa 2025-05-30 07:11:57 -03:00
parent 507c13a346
commit 28de6f716c

View file

@ -15,4 +15,6 @@ jobs:
steps:
- name: Comando remoto via SSH
run: |
apt get update
apt install -y openssh-client
ssh -o StrictHostKeyChecking=no root@192.168.10.1 -p 2225 -t 'system resource print'