Skip to content
Snippets Groups Projects
Commit db6c35e7 authored by skorpy's avatar skorpy :construction_worker:
Browse files

ssh config is shit

parent 430e1f88
Branches
No related tags found
1 merge request!11ssh config is shit
Pipeline #
......@@ -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_*
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment