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