diff options
author | Yigit Sever | 2021-04-04 16:20:28 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-04 16:20:28 +0300 |
commit | 794164cd3b9c37f42ae83c1fd97f40401193c154 (patch) | |
tree | 24fe066ee4386ecb3512f16493aeac4dd73e3d43 | |
parent | 2b308a36d2b2b392d9423200de6c0c2e30f655e4 (diff) | |
download | dotfiles-794164cd3b9c37f42ae83c1fd97f40401193c154.tar.gz dotfiles-794164cd3b9c37f42ae83c1fd97f40401193c154.tar.bz2 dotfiles-794164cd3b9c37f42ae83c1fd97f40401193c154.zip |
Remove unused machines, update xyz
-rw-r--r-- | .ssh/config | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.ssh/config b/.ssh/config index 9c92297..2c323d4 100644 --- a/.ssh/config +++ b/.ssh/config | |||
@@ -1,18 +1,10 @@ | |||
1 | Host dev | ||
2 | HostName 10.10.3.49 | ||
3 | Port 22 | ||
4 | User syigit | ||
5 | Host beast | ||
6 | HostName 10.10.2.21 | ||
7 | Port 22 | ||
8 | User yigit | ||
9 | Host wins.ceng.metu.edu.tr | 1 | Host wins.ceng.metu.edu.tr |
10 | Port 8083 | 2 | Port 8083 |
11 | Preferredauthentications publickey | 3 | Preferredauthentications publickey |
12 | IdentityFile ~/.ssh/id_ed25519 | 4 | IdentityFile ~/.ssh/id_ed25519 |
13 | Host xyz | 5 | Host xyz |
14 | Port 22 | 6 | Port 22 |
15 | HostName yigitsever.xyz | 7 | HostName yigitsever.com |
16 | User yigit | 8 | User yigit |
17 | Preferredauthentications publickey | 9 | Preferredauthentications publickey |
18 | IdentityFile ~/.ssh/id_ed25519 | 10 | IdentityFile ~/.ssh/id_ed25519 |