This commit is contained in:
parent
f8b8d9080d
commit
9ab7248548
1 changed files with 4 additions and 2 deletions
|
@ -13,8 +13,10 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Comando remoto via SSH
|
- name: Instalando dependências
|
||||||
run: |
|
run: |
|
||||||
apt 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'
|
- name: Comando remoto via SSH
|
||||||
|
run: |
|
||||||
|
ssh -o StrictHostKeyChecking=no root@172.233.17.72 -t 'w'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue