diff options
| -rw-r--r-- | .ssh/config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config index 6cd2a33..9335e84 100644 --- a/.ssh/config +++ b/.ssh/config | |||
| @@ -18,7 +18,10 @@ Host cenggitlab | |||
| 18 | HostName gitlab.ceng.metu.edu.tr | 18 | HostName gitlab.ceng.metu.edu.tr |
| 19 | User yigit | 19 | User yigit |
| 20 | IdentityFile ~/.ssh/id_ed25519 | 20 | IdentityFile ~/.ssh/id_ed25519 |
| 21 | |||
| 22 | Host *.labs.overthewire.org | 21 | Host *.labs.overthewire.org |
| 23 | SendEnv WECHALLTOKEN | 22 | SendEnv WECHALLTOKEN |
| 24 | SendEnv WECHALLUSER | 23 | SendEnv WECHALLUSER |
| 24 | Host aur.archlinux.org | ||
| 25 | IdentityFile ~/.ssh/aur | ||
| 26 | User aur | ||
| 27 | |||
