ssh/config: use IdentitiesOnly and don't use agent
This commit is contained in:
parent
ce006eec27
commit
7354fa427e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user