From 1c6d1133537622fe7ed3d7dbe73a2977bd7d3d33 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 6 Nov 2020 20:56:49 +0300 Subject: 1337 hax0r now does overthewire --- .ssh/config | 4 ++++ .zshrc | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.ssh/config b/.ssh/config index 7ae84d3..0fcabd8 100644 --- a/.ssh/config +++ b/.ssh/config @@ -17,3 +17,7 @@ Host xyz Preferredauthentications publickey IdentityFile ~/.ssh/id_rsa ServerAliveInterval 180 + +Host *.labs.overthewire.org + SendEnv WECHALLTOKEN + 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 fi [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh + + +export WECHALLUSER="drocan" +export WECHALLTOKEN="35624-0D38B-A2F16-A98B0-5963D-6DF19" -- cgit v1.2.3-70-g09d2