From 0292495bc60b725a9e790ff2fbef2d0cdb0c8671 Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Mon, 28 Oct 2024 06:44:29 +0100 Subject: Add new i3 placeholders; cleanup --- .ssh/config | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to '.ssh/config') diff --git a/.ssh/config b/.ssh/config index f5155b2..76ea329 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,17 +1,11 @@ -Include ~/.ssh/config.d/* +Include conf.d/* +Include %L AddKeysToAgent yes SetEnv TERM=vt100 +ServerAliveInterval 30 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