minidotfiles/.ssh/config

20 lines
660 B
Plaintext
Raw Permalink Normal View History

2023-02-26 21:41:28 +02:00
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
#
# SPDX-License-Identifier: CC0-1.0
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 *
2023-02-26 21:41:28 +02:00
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