We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 638011f + 93f5c67 commit c97d75eCopy full SHA for c97d75e
README.md
@@ -20,6 +20,7 @@ This cookbook provides secure ssh-client and ssh-server configurations.
20
* `['ssh']['remote_hosts']` - one or more hosts, to which ssh-client can connect to. Default is empty, but should be configured for security reasons!
21
* `['ssh']['allow_tcp_forwarding']` - `false` to disable TCP Forwarding. Set to `true` to allow TCP Forwarding
22
* `['ssh']['allow_agent_forwarding']` - `false` to disable Agent Forwarding. Set to `true` to allow Agent Forwarding
23
+* `['ssh']['use_pam']` - `false` to disable pam authentication
24
25
## Data Bags
26
0 commit comments