Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
puppetpublic
base
Commits
9c24ddb0
Verified
Commit
9c24ddb0
authored
6 years ago
by
Adam Lewenberg
Browse files
Options
Downloads
Patches
Plain Diff
remove some deprecated ssh options
parent
3cf88a91
No related branches found
No related tags found
1 merge request
!7
Puppet5 lonlone
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+6
-0
6 additions, 0 deletions
NEWS
templates/ssh/sshd_config.erb
+0
-2
0 additions, 2 deletions
templates/ssh/sshd_config.erb
with
6 additions
and
2 deletions
NEWS
+
6
−
0
View file @
9c24ddb0
unreleased (207x-xx-xx)
unreleased (207x-xx-xx)
[ssh] Remove the two options "RSAAuthentication" and
"RhostsRSAAuthentication" that have been deprecated and are only used
with SSH's protocol 1 (which we don't use anyway). See
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851573 and
https://anonscm.debian.org/cgit/pkg-ssh/openssh.git/commit/?id=fb87db8aa47d3508be8e5bb1d21897fa1f2eca90
[os] motd.erb needs to handle case when there is no swap.
[os] motd.erb needs to handle case when there is no swap.
[several] change 'crit "stuff"' to 'crit("stuff")' to make Puppet 5
[several] change 'crit "stuff"' to 'crit("stuff")' to make Puppet 5
...
...
This diff is collapsed.
Click to expand it.
templates/ssh/sshd_config.erb
+
0
−
2
View file @
9c24ddb0
...
@@ -53,9 +53,7 @@ UsePrivilegeSeparation yes
...
@@ -53,9 +53,7 @@ UsePrivilegeSeparation yes
# Disable all forms of host-based and public key authentication by default,
# Disable all forms of host-based and public key authentication by default,
# since we use GSS-API (or passwords).
# since we use GSS-API (or passwords).
IgnoreRhosts yes
IgnoreRhosts yes
RSAAuthentication no
PubkeyAuthentication
<%=
@pubkey
?
'yes'
:
'no'
%>
PubkeyAuthentication
<%=
@pubkey
?
'yes'
:
'no'
%>
RhostsRSAAuthentication no
HostbasedAuthentication
<%=
@hostbased
?
'yes'
:
'no'
%>
HostbasedAuthentication
<%=
@hostbased
?
'yes'
:
'no'
%>
# Allow password authentication via PAM, but not empty passwords.
# Allow password authentication via PAM, but not empty passwords.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment