summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.ssh/config4
-rw-r--r--.zshrc4
2 files changed, 8 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
21Host *.labs.overthewire.org
22 SendEnv WECHALLTOKEN
23 SendEnv WECHALLUSER
diff --git a/.zshrc b/.zshrc
index c8cc1fc..689539e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -186,3 +186,7 @@ if [ -n "$DESKTOP_SESSION" ];then
186fi 186fi
187 187
188[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh 188[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
189
190
191export WECHALLUSER="drocan"
192export WECHALLTOKEN="35624-0D38B-A2F16-A98B0-5963D-6DF19"