We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568945b commit 1f87ad6Copy full SHA for 1f87ad6
1 file changed
README.markdown
@@ -18,6 +18,8 @@ Host keys will be collected and distributed
18
include ssh
19
```
20
21
+or
22
+
23
24
class { 'ssh':
25
server_options => {
@@ -44,6 +46,8 @@ Collected host keys from servers will be written to known_hosts
44
46
include ssh::client
45
47
48
49
50
51
52
class { 'ssh::client':
53
options => {
@@ -66,6 +70,8 @@ Host keys will be collected for client distribution
66
70
include ssh::server
67
71
68
72
73
74
69
75
76
class { 'ssh::server':
77
0 commit comments