list ssh for debug
Some checks failed
Test SSH Workflow / exec-command (push) Failing after 34s

This commit is contained in:
Leandro Costa 2025-05-30 07:17:36 -03:00
parent 9ab7248548
commit 4a01570b5f

View file

@ -19,4 +19,5 @@ jobs:
apt install -y openssh-client apt install -y openssh-client
- name: Comando remoto via SSH - name: Comando remoto via SSH
run: | run: |
ls -lha ~/.ssh
ssh -o StrictHostKeyChecking=no root@172.233.17.72 -t 'w' ssh -o StrictHostKeyChecking=no root@172.233.17.72 -t 'w'