mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
a21c97d011
PR #1299
34 lines
655 B
Text
34 lines
655 B
Text
|
|
|
|
Host * !github.com
|
|
Port 516
|
|
IdentityFile file1
|
|
IdentityFile file2
|
|
|
|
Host abc
|
|
ProxyJump jump-host
|
|
|
|
Host xyz
|
|
ServerAliveInterval 60
|
|
ServerAliveCountMax 10
|
|
IdentityFile file
|
|
LocalForward [localhost]:8080 [10.0.0.1]:80
|
|
RemoteForward [localhost]:8081 [10.0.0.2]:80
|
|
RemoteForward /run/user/1000/gnupg/S.gpg-agent.extra /run/user/1000/gnupg/S.gpg-agent
|
|
DynamicForward [localhost]:2839
|
|
|
|
Host ordered
|
|
Port 1
|
|
|
|
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
|
|
|
|
|