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
125107d0
Commit
125107d0
authored
8 years ago
by
skorpy
Browse files
Options
Downloads
Patches
Plain Diff
extend goal ssh config
parent
be7a91ff
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ssh/goal/ssh_config
+13
-1
13 additions, 1 deletion
ssh/goal/ssh_config
ssh/goal/sshd_config
+19
-0
19 additions, 0 deletions
ssh/goal/sshd_config
with
32 additions
and
1 deletion
ssh/goal/ssh_config
+
13
−
1
View file @
125107d0
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
Host
*
KexAlgorithms
curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
PasswordAuthentication
no
ChallengeResponseAuthentication
no
ConnectTimeout
30
MACs
hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com
Ciphers
chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
ServerAliveInterval
10
ControlMaster
auto
ControlPersist
yes
ControlPath
~/.ssh/socket-%r@%h:%p
This diff is collapsed.
Click to expand it.
ssh/goal/sshd_config
+
19
−
0
View file @
125107d0
Port 22
Protocol 2
HostKey /etc/ssh/ssh_host_ed25519_key
HostKey /etc/ssh/ssh_host_rsa_key
...
...
@@ -15,4 +16,22 @@ Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com
Subsystem sftp /usr/lib/openssh/sftp-serve
UsePAM no
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
AcceptEnv LANG LC_*
X11Forwarding no
IgnoreRhosts yes
SyslogFacility AUTH
HostbasedAuthentication no
# Turn on privilege separation
UsePrivilegeSeparation yes
# Prevent the use of insecure home directory and key file permissions
StrictModes yes
# Turn on reverse name checking
#VerifyReverseMapping yes
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