diff options
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 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 |
20 | Host metu | ||
21 | Port 8085 | ||
22 | HostName external.ceng.metu.edu.tr | ||
23 | User yigit | ||
24 | ServerAliveInterval 120 | ||
20 | 25 | ||
21 | Host *.labs.overthewire.org | 26 | Host *.labs.overthewire.org |
22 | SendEnv WECHALLTOKEN | 27 | SendEnv WECHALLTOKEN |