mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-10 11:47:45 +02:00
Complete rewrite and re-architecture Osmedeus Engine in v5
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
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
|
||||
Reference in New Issue
Block a user