diff options
| author | Yigit Sever | 2021-10-11 23:17:02 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-10-11 23:17:02 +0300 |
| commit | ab59236636e799948f1a86a416f5a10a77ed20f9 (patch) | |
| tree | 49145164ef51eb1659f46439a57eddbd826ba0f2 | |
| parent | 30a117d5251eea434582a7bb2b901ce5dc73ad9c (diff) | |
| download | dotfiles-ab59236636e799948f1a86a416f5a10a77ed20f9.tar.gz dotfiles-ab59236636e799948f1a86a416f5a10a77ed20f9.tar.bz2 dotfiles-ab59236636e799948f1a86a416f5a10a77ed20f9.zip | |
ssh: remove config for now
| -rw-r--r-- | .ssh/config | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.ssh/config b/.ssh/config deleted file mode 100644 index 9335e84..0000000 --- a/.ssh/config +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | Host wins.ceng.metu.edu.tr | ||
| 2 | Port 8083 | ||
| 3 | Preferredauthentications publickey | ||
| 4 | IdentityFile ~/.ssh/id_ed25519 | ||
| 5 | Host xyz | ||
| 6 | Port 22 | ||
| 7 | HostName yigitsever.com | ||
| 8 | User yigit | ||
| 9 | Preferredauthentications publickey | ||
| 10 | IdentityFile ~/.ssh/id_ed25519 | ||
| 11 | ServerAliveInterval 180 | ||
| 12 | Host metu | ||
| 13 | Port 8085 | ||
| 14 | HostName external.ceng.metu.edu.tr | ||
| 15 | User yigit | ||
| 16 | ServerAliveInterval 120 | ||
| 17 | Host cenggitlab | ||
| 18 | HostName gitlab.ceng.metu.edu.tr | ||
| 19 | User yigit | ||
| 20 | IdentityFile ~/.ssh/id_ed25519 | ||
| 21 | Host *.labs.overthewire.org | ||
| 22 | SendEnv WECHALLTOKEN | ||
| 23 | SendEnv WECHALLUSER | ||
| 24 | Host aur.archlinux.org | ||
| 25 | IdentityFile ~/.ssh/aur | ||
| 26 | User aur | ||
| 27 | |||
