blob: e0d60eebf0cd95aefa69b5c0058ad004d7762455 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
argument_specs:
main:
short_description: sshd main entrypoint.
options:
sshd_configuration_file:
type: path
required: true
description: Sshd configuration file
sshd_listen_port:
type: int
required: true
description: Sshd listen port
sshd_enable_x11_forwarding:
type: bool
required: true
description: Enable X11 forwarding
|