summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.ssh/config12
1 files changed, 7 insertions, 5 deletions
diff --git a/.ssh/config b/.ssh/config
index 0ce0dfc..7ae84d3 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,8 +1,3 @@
1Host overseer
2 HostName 207.154.210.186
3 Port 22
4 User yigit
5 ServerAliveInterval 180
6Host dev 1Host dev
7 HostName 10.10.3.49 2 HostName 10.10.3.49
8 Port 22 3 Port 22
@@ -15,3 +10,10 @@ Host wins.ceng.metu.edu.tr
15 Port 8083 10 Port 8083
16 Preferredauthentications publickey 11 Preferredauthentications publickey
17 IdentityFile ~/.ssh/id_ed25519 12 IdentityFile ~/.ssh/id_ed25519
13Host xyz
14 Port 22
15 HostName yigitsever.xyz
16 User yigit
17 Preferredauthentications publickey
18 IdentityFile ~/.ssh/id_rsa
19 ServerAliveInterval 180