mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-22 15:42:27 +02:00
21 lines
331 B
YAML
21 lines
331 B
YAML
name: test-ssh-runner
|
|
kind: module
|
|
description: Test SSH runner execution
|
|
tags: test,runner,ssh
|
|
|
|
runner: ssh
|
|
runner_config:
|
|
host: localhost
|
|
port: 2222
|
|
user: testuser
|
|
password: testpass
|
|
|
|
params:
|
|
- name: target
|
|
required: true
|
|
|
|
steps:
|
|
- name: check-remote
|
|
type: bash
|
|
command: echo "Hello from SSH" && hostname
|