summaryrefslogtreecommitdiffstats
path: root/.ssh/config
diff options
context:
space:
mode:
authorYigit Sever2020-11-26 15:56:11 +0300
committerYigit Sever2020-11-26 15:56:11 +0300
commit2b811a6037c14dd6ffcf5ce6b16966a31c5a2aef (patch)
treee4ccf9fcfbeecfc60ee85231135cbd77d76f33b8 /.ssh/config
parente9dd57f6f1c68cda2ae257ef7544b522b3eb5492 (diff)
downloaddotfiles-2b811a6037c14dd6ffcf5ce6b16966a31c5a2aef.tar.gz
dotfiles-2b811a6037c14dd6ffcf5ce6b16966a31c5a2aef.tar.bz2
dotfiles-2b811a6037c14dd6ffcf5ce6b16966a31c5a2aef.zip
introduce metu host
Diffstat (limited to '.ssh/config')
-rw-r--r--.ssh/config5
1 files changed, 5 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index 58d7516..9c92297 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -17,6 +17,11 @@ Host xyz
17 Preferredauthentications publickey 17 Preferredauthentications publickey
18 IdentityFile ~/.ssh/id_ed25519 18 IdentityFile ~/.ssh/id_ed25519
19 ServerAliveInterval 180 19 ServerAliveInterval 180
20Host metu
21 Port 8085
22 HostName external.ceng.metu.edu.tr
23 User yigit
24 ServerAliveInterval 120
20 25
21Host *.labs.overthewire.org 26Host *.labs.overthewire.org
22 SendEnv WECHALLTOKEN 27 SendEnv WECHALLTOKEN