Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
salt-state
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FFFFM
salt-state
Commits
db6c35e7
There was a problem fetching the pipeline summary.
Commit
db6c35e7
authored
8 years ago
by
skorpy
Browse files
Options
Downloads
Patches
Plain Diff
ssh config is shit
parent
430e1f88
Branches
Branches containing commit
No related tags found
1 merge request
!11
ssh config is shit
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ssh/files/ssh_config
+2
-2
2 additions, 2 deletions
ssh/files/ssh_config
ssh/files/sshd_config
+2
-2
2 additions, 2 deletions
ssh/files/sshd_config
with
4 additions
and
4 deletions
ssh/files/ssh_config
+
2
−
2
View file @
db6c35e7
...
...
@@ -3,7 +3,7 @@ HashKnownHosts yes
# Github needs diffie-hellman-group-exchange-sha1 some of the time but not always.
Host
github.com
KexAlgorithms
curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
MACs
hmac-sha2-512-etm@openssh.com,hmac-sha2-128-etm@openssh.com,hmac-sha2-512
#
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-128-etm@openssh.com,hmac-sha2-512
Host
*
KexAlgorithms
curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
...
...
@@ -16,6 +16,6 @@ Host *
ControlMaster
auto
ControlPersist
yes
ControlPath
~/.ssh/socket-%r@%h:%p
SendEnv
: LANG LC_*
#
SendEnv: LANG LC_*
This diff is collapsed.
Click to expand it.
ssh/files/sshd_config
+
2
−
2
View file @
db6c35e7
...
...
@@ -21,11 +21,11 @@ MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-
Subsystem sftp /usr/lib/openssh/sftp-server
UsePAM
no
UsePAM
yes
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
AcceptEnv LANG LC_*
AcceptEnv LANG LC_*
GIT_*
X11Forwarding no
IgnoreRhosts yes
SyslogFacility AUTH
...
...
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