diff options
| -rw-r--r-- | .ssh/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 2c323d4..6cd2a33 100644 --- a/.ssh/config +++ b/.ssh/config | |||
| @@ -14,6 +14,10 @@ Host metu | |||
| 14 | HostName external.ceng.metu.edu.tr | 14 | HostName external.ceng.metu.edu.tr |
| 15 | User yigit | 15 | User yigit |
| 16 | ServerAliveInterval 120 | 16 | ServerAliveInterval 120 |
| 17 | Host cenggitlab | ||
| 18 | HostName gitlab.ceng.metu.edu.tr | ||
| 19 | User yigit | ||
| 20 | IdentityFile ~/.ssh/id_ed25519 | ||
| 17 | 21 | ||
| 18 | Host *.labs.overthewire.org | 22 | Host *.labs.overthewire.org |
| 19 | SendEnv WECHALLTOKEN | 23 | SendEnv WECHALLTOKEN |
