This commit is contained in:
parent
28de6f716c
commit
f8b8d9080d
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Comando remoto via SSH
|
- name: Comando remoto via SSH
|
||||||
run: |
|
run: |
|
||||||
apt get update
|
apt update
|
||||||
apt install -y openssh-client
|
apt install -y openssh-client
|
||||||
ssh -o StrictHostKeyChecking=no root@192.168.10.1 -p 2225 -t 'system resource print'
|
ssh -o StrictHostKeyChecking=no root@192.168.10.1 -p 2225 -t 'system resource print'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue