diff options
| -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 |
