mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
20 lines
319 B
Text
20 lines
319 B
Text
|
Host * !github.com
|
||
|
Port 516
|
||
|
Host abc
|
||
|
Port 2222
|
||
|
Match host xyz canonical
|
||
|
Port 2223
|
||
|
|
||
|
Host *
|
||
|
ForwardAgent no
|
||
|
Compression no
|
||
|
ServerAliveInterval 0
|
||
|
ServerAliveCountMax 3
|
||
|
HashKnownHosts no
|
||
|
UserKnownHostsFile ~/.ssh/known_hosts
|
||
|
ControlMaster no
|
||
|
ControlPath ~/.ssh/master-%r@%n:%p
|
||
|
ControlPersist no
|
||
|
|
||
|
|