ssh/config: use IdentitiesOnly and don't use agent
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# /home/etorres/.ssh/config
|
# /home/etorres/.ssh/config
|
||||||
Host *
|
Host *
|
||||||
Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com
|
Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com
|
||||||
|
IdentitiesOnly yes
|
||||||
|
IdentityAgent none
|
||||||
|
|
||||||
Host aur.archlinux.org
|
Host aur.archlinux.org
|
||||||
IdentityFile ~/.ssh/aur
|
IdentityFile ~/.ssh/aur
|
||||||
|
Reference in New Issue
Block a user