diff options
| author | Mehdi Sadeghi <mehdi@mehdix.org> | 2021-04-25 15:09:28 +0200 |
|---|---|---|
| committer | Mehdi Sadeghi <mehdi@mehdix.org> | 2021-04-25 15:09:28 +0200 |
| commit | 18271e934a4b26611db7e812612bbe890e305ae3 (patch) | |
| tree | 8861f6d82d4f04d73adb2d6463fb18d30792ad76 /.ssh/config | |
| parent | d97c5e1bc7d7eb607d5763f08eb38d16a96a509f (diff) | |
Add sshconfig.
Diffstat (limited to '.ssh/config')
| -rw-r--r-- | .ssh/config | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..bc44290 --- /dev/null +++ b/.ssh/config @@ -0,0 +1,16 @@ +Include ~/.ssh/config.d/* + +AddKeysToAgent yes + +Host * + ControlMaster auto + ControlPath ~/.ssh/ssh_mux_%h_%p_%r + +Host gw.home + HostName localhost + ProxyJump home.mehdix.org + Port 2222 + +Host pg.home + Hostname 192.168.3.39 + ProxyJump gw.home |
