blob: 7edf5cf4aa4c1988aebf662358cd2e2f970bf08d (
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
|