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

Side by Side Diff: modules/ssh/templates/sshd_config.erb

Issue 5766400081657856: #760 - Make our ssh configuration used automatically for all servers (Closed)
Patch Set: Created July 15, 2014, 11:03 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 80
81 # Set this to 'yes' to enable PAM authentication, account processing, 81 # Set this to 'yes' to enable PAM authentication, account processing,
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
Wladimir Palant 2014/07/15 11:56:47 This no longer needs to be a template, move is to
mathias 2014/07/15 12:03:12 Well, I could imagine performing some future globa
Wladimir Palant 2014/07/15 14:18:35 Well, I cannot - that fragment is being created vi
91 91
92 <%= custom_configuration %>
OLDNEW

Powered by Google App Engine
This is Rietveld