ssh_config: Default to IdentitiesOnly yes
This commit is contained in:
parent
802b147758
commit
42df8d2bba
4 changed files with 5 additions and 4 deletions
|
@ -16,6 +16,7 @@ Host wip.pkgsrc.org
|
|||
Ciphers aes256-gcm@openssh.com
|
||||
|
||||
Host *
|
||||
IdentitiesOnly yes
|
||||
Ciphers chacha20-poly1305@openssh.com
|
||||
KexAlgorithms curve25519-sha256@libssh.org
|
||||
HostKeyAlgorithms ssh-ed25519
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue