From 18271e934a4b26611db7e812612bbe890e305ae3 Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Sun, 25 Apr 2021 15:09:28 +0200 Subject: Add sshconfig. --- .ssh/config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .ssh/config 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 -- cgit v1.2.3