.ssh/config: add commented User and IdentityFile

This commit is contained in:
Aminda Suomalainen ⚧ 2020-05-21 13:32:03 +03:00
parent 92aeee2c88
commit 37f1ab41d9
GPG Key ID: 99392F62BAE30723
1 changed files with 2 additions and 0 deletions

View File

@ -2,10 +2,12 @@ Host *
ForwardAgent no
ForwardX11 no
HashKnownHosts yes
#IdentityFile ~/.ssh/id_ed25519
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
VerifyHostKeyDNS yes