diff options
Diffstat (limited to '.ssh/config')
-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 | |||