ssh/config: add Includes
This commit is contained in:
parent
37f1ab41d9
commit
75ce8d4890
|
@ -1,3 +1,6 @@
|
|||
Include ~/.ssh/config.d/*.conf
|
||||
Include /etc/ssh/ssh_config.d/*.conf
|
||||
|
||||
Host *
|
||||
ForwardAgent no
|
||||
ForwardX11 no
|
||||
|
|
Loading…
Reference in New Issue