2019-03-19 23:00:17 +01:00
|
|
|
Host * !github.com
|
|
|
|
Port 516
|
|
|
|
IdentityFile file1
|
|
|
|
IdentityFile file2
|
|
|
|
Host abc
|
|
|
|
ProxyJump jump-host
|
|
|
|
Host xyz
|
2023-05-11 14:22:40 +02:00
|
|
|
SetEnv BAR="_bar_ 42" FOO="foo12"
|
2019-03-19 23:00:17 +01:00
|
|
|
ServerAliveInterval 60
|
2020-06-01 16:50:34 +02:00
|
|
|
ServerAliveCountMax 10
|
2019-03-19 23:00:17 +01:00
|
|
|
IdentityFile file
|
2019-08-02 19:37:45 +02:00
|
|
|
LocalForward [localhost]:8080 [10.0.0.1]:80
|
2019-08-20 13:20:39 +02:00
|
|
|
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
|
2020-04-13 22:02:08 +02:00
|
|
|
Host ordered
|
|
|
|
Port 1
|
|
|
|
|
2019-03-19 23:00:17 +01:00
|
|
|
Host *
|
|
|
|
ForwardAgent no
|
|
|
|
Compression no
|
|
|
|
ServerAliveInterval 0
|
2020-06-01 16:50:34 +02:00
|
|
|
ServerAliveCountMax 3
|
2019-03-19 23:00:17 +01:00
|
|
|
HashKnownHosts no
|
|
|
|
UserKnownHostsFile ~/.ssh/known_hosts
|
|
|
|
ControlMaster no
|
|
|
|
ControlPath ~/.ssh/master-%r@%n:%p
|
|
|
|
ControlPersist no
|
|
|
|
|
|
|
|
|