Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: modules/ssh/files/sshd_config

Issue 5766400081657856: #760 - Make our ssh configuration used automatically for all servers (Closed)
Left Patch Set: #760 - Make our ssh configuration used automatically for all servers Created July 15, 2014, 12:59 p.m.
Right Patch Set: #760 - Make our ssh configuration used automatically for all servers Created July 15, 2014, 1:21 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « modules/filtermaster/manifests/init.pp ('k') | modules/ssh/manifests/init.pp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 # Package generated configuration file 1 # Package generated configuration file
2 # See the sshd_config(5) manpage for details 2 # See the sshd_config(5) manpage for details
3 3
4 # What ports, IPs and protocols we listen for 4 # What ports, IPs and protocols we listen for
5 Port 22 5 Port 22
6 # Use these options to restrict which interfaces/protocols sshd will bind to 6 # Use these options to restrict which interfaces/protocols sshd will bind to
7 #ListenAddress :: 7 #ListenAddress ::
8 #ListenAddress 0.0.0.0 8 #ListenAddress 0.0.0.0
9 Protocol 2 9 Protocol 2
10 # HostKeys for protocol version 2 10 # HostKeys for protocol version 2
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 # and session processing. If this is enabled, PAM authentication will 82 # and session processing. If this is enabled, PAM authentication will
83 # be allowed through the ChallengeResponseAuthentication and 83 # be allowed through the ChallengeResponseAuthentication and
84 # PasswordAuthentication. Depending on your PAM configuration, 84 # PasswordAuthentication. Depending on your PAM configuration,
85 # PAM authentication via ChallengeResponseAuthentication may bypass 85 # PAM authentication via ChallengeResponseAuthentication may bypass
86 # the setting of "PermitRootLogin without-password". 86 # the setting of "PermitRootLogin without-password".
87 # If you just want the PAM account and session checks to run without 87 # If you just want the PAM account and session checks to run without
88 # PAM authentication, then enable this but set PasswordAuthentication 88 # PAM authentication, then enable this but set PasswordAuthentication
89 # and ChallengeResponseAuthentication to 'no'. 89 # and ChallengeResponseAuthentication to 'no'.
90 UsePAM yes 90 UsePAM yes
91 91
92 <%= custom_configuration %>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld