minidotfiles/.ssh/config

17 lines
578 B
Plaintext
Raw Normal View History

2020-05-22 14:32:41 +03:00
Include ~/.ssh/config.d/*.conf
Include /etc/ssh/ssh_config.d/*.conf
2020-03-09 13:22:00 +02:00
Host *
ForwardAgent no
ForwardX11 no
HashKnownHosts yes
#IdentityFile ~/.ssh/id_ed25519
2020-03-09 13:22:00 +02:00
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
#User mikaela
2020-03-09 13:22:00 +02:00
VerifyHostKeyDNS yes