mirror of
https://github.com/nix-community/home-manager
synced 2024-11-06 03:09:45 +01:00
26 lines
368 B
Text
26 lines
368 B
Text
|
|
||
|
|
||
|
Host * !github.com
|
||
|
Port 516
|
||
|
IdentityFile file1
|
||
|
IdentityFile file2
|
||
|
|
||
|
Host abc
|
||
|
ProxyJump jump-host
|
||
|
|
||
|
Host xyz
|
||
|
ServerAliveInterval 60
|
||
|
IdentityFile file
|
||
|
|
||
|
Host *
|
||
|
ForwardAgent no
|
||
|
Compression no
|
||
|
ServerAliveInterval 0
|
||
|
HashKnownHosts no
|
||
|
UserKnownHostsFile ~/.ssh/known_hosts
|
||
|
ControlMaster no
|
||
|
ControlPath ~/.ssh/master-%r@%n:%p
|
||
|
ControlPersist no
|
||
|
|
||
|
|