add .ssh/config

This commit is contained in:
Aminda Suomalainen ⚧ 2020-03-09 13:22:00 +02:00
parent 0e64a53b9c
commit 10e48a740e
GPG Key ID: 99392F62BAE30723
2 changed files with 12 additions and 0 deletions

11
.ssh/config Normal file
View File

@ -0,0 +1,11 @@
Host *
ForwardAgent no
ForwardX11 no
HashKnownHosts yes
Protocol 2
SendEnv EDITOR LANG LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION TERM TZ
# OpenSSH 6.8+ - ask all host keys from servers to known_hosts
UpdateHostKeys yes
# Workaround CVE-2016-0777 & CVE-0778 on OpenSSH < 7.1p2
UseRoaming no
VerifyHostKeyDNS yes

1
ssh Symbolic link
View File

@ -0,0 +1 @@
.ssh