diff options
author | Yigit Sever | 2021-08-24 12:49:15 +0300 |
---|---|---|
committer | Yigit Sever | 2021-08-24 12:49:15 +0300 |
commit | 7d3766f8447585b9ce0f301e416742bcdefa1e1e (patch) | |
tree | 6c593e0c0e1935436d3831f88c25f3c6c41f9078 /.ssh | |
parent | 9fd603ad5198c883973380ef4318925e99e82df8 (diff) | |
download | dotfiles-7d3766f8447585b9ce0f301e416742bcdefa1e1e.tar.gz dotfiles-7d3766f8447585b9ce0f301e416742bcdefa1e1e.tar.bz2 dotfiles-7d3766f8447585b9ce0f301e416742bcdefa1e1e.zip |
sshconfig: add cenggitlab
Diffstat (limited to '.ssh')
-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 |