Skip to content

Commit c97d75e

Browse files
committed
Merge pull request #30 from TelekomLabs/doc_pam
add pam option to readme
2 parents 638011f + 93f5c67 commit c97d75e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This cookbook provides secure ssh-client and ssh-server configurations.
2020
* `['ssh']['remote_hosts']` - one or more hosts, to which ssh-client can connect to. Default is empty, but should be configured for security reasons!
2121
* `['ssh']['allow_tcp_forwarding']` - `false` to disable TCP Forwarding. Set to `true` to allow TCP Forwarding
2222
* `['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
2324

2425
## Data Bags
2526

0 commit comments

Comments
 (0)