diff options
author | Yigit Sever | 2020-11-06 20:56:49 +0300 |
---|---|---|
committer | Yigit Sever | 2020-11-06 20:56:49 +0300 |
commit | 1c6d1133537622fe7ed3d7dbe73a2977bd7d3d33 (patch) | |
tree | 1d9c1aa4e1d1cdbf1f1cea752b50ab32c099430b /.ssh/config | |
parent | 73daab33389a4338f2ddaa8ef826eded5a13f074 (diff) | |
download | dotfiles-1c6d1133537622fe7ed3d7dbe73a2977bd7d3d33.tar.gz dotfiles-1c6d1133537622fe7ed3d7dbe73a2977bd7d3d33.tar.bz2 dotfiles-1c6d1133537622fe7ed3d7dbe73a2977bd7d3d33.zip |
1337 hax0r now does overthewire
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 7ae84d3..0fcabd8 100644 --- a/.ssh/config +++ b/.ssh/config | |||
@@ -17,3 +17,7 @@ Host xyz | |||
17 | Preferredauthentications publickey | 17 | Preferredauthentications publickey |
18 | IdentityFile ~/.ssh/id_rsa | 18 | IdentityFile ~/.ssh/id_rsa |
19 | ServerAliveInterval 180 | 19 | ServerAliveInterval 180 |
20 | |||
21 | Host *.labs.overthewire.org | ||
22 | SendEnv WECHALLTOKEN | ||
23 | SendEnv WECHALLUSER | ||