diff options
| author | Yigit Sever | 2020-11-26 15:56:11 +0300 |
|---|---|---|
| committer | Yigit Sever | 2020-11-26 15:56:11 +0300 |
| commit | 2b811a6037c14dd6ffcf5ce6b16966a31c5a2aef (patch) | |
| tree | e4ccf9fcfbeecfc60ee85231135cbd77d76f33b8 | |
| parent | e9dd57f6f1c68cda2ae257ef7544b522b3eb5492 (diff) | |
| download | dotfiles-2b811a6037c14dd6ffcf5ce6b16966a31c5a2aef.tar.gz dotfiles-2b811a6037c14dd6ffcf5ce6b16966a31c5a2aef.tar.bz2 dotfiles-2b811a6037c14dd6ffcf5ce6b16966a31c5a2aef.zip | |
introduce metu host
| -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 |
