diff options
author | Danny Holman <dholman@gymli.xyz> | 2021-04-13 17:16:01 -0500 |
---|---|---|
committer | Danny Holman <dholman@gymli.xyz> | 2021-04-13 17:16:01 -0500 |
commit | f950f7345dcd091d276f39e92b38b88c37e4f6da (patch) | |
tree | 009c285daf94098b6fd3f32dd19169cf39a559f9 /.ssh/config | |
parent | tmux uses different colors now (diff) | |
download | dotfiles-f950f7345dcd091d276f39e92b38b88c37e4f6da.tar.gz dotfiles-f950f7345dcd091d276f39e92b38b88c37e4f6da.tar.zst dotfiles-f950f7345dcd091d276f39e92b38b88c37e4f6da.zip |
Updates
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index ee12629..e125eae 100644 --- a/.ssh/config +++ b/.ssh/config @@ -17,3 +17,8 @@ Host gateway Port 22 KexAlgorithms diffie-hellman-group-exchange-sha1 ciphers aes128-cbc +Host schlorp + User schlorp + Hostname localhost + Port 1999 + ProxyJump Zeus |