diff options
| author | Mehdi Sadeghi <mehdi@mehdix.org> | 2024-10-28 06:44:29 +0100 |
|---|---|---|
| committer | Mehdi Sadeghi <mehdi@mehdix.org> | 2024-10-28 12:13:35 +0100 |
| commit | 0292495bc60b725a9e790ff2fbef2d0cdb0c8671 (patch) | |
| tree | 9ae0556153048a3e1a8f82584746ac37279d6ed3 /.ssh | |
| parent | fff7d4005078e26c93d64bf1cf1f63440a21fd0e (diff) | |
Diffstat (limited to '.ssh')
| -rw-r--r-- | .ssh/config | 12 |
1 files changed, 3 insertions, 9 deletions
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 |
