diff options
| author | Yigit Sever | 2020-06-19 02:19:27 +0300 |
|---|---|---|
| committer | Yigit Sever | 2020-06-19 02:19:27 +0300 |
| commit | d3d435232f4cb138f4397323243623ce29fb97b6 (patch) | |
| tree | cad2c3b10749a6fd068eecbf06d762d67ba5c4d1 | |
| parent | 49032218a03fd4c6b991004a2d64cfb94d83a682 (diff) | |
| download | dotfiles-d3d435232f4cb138f4397323243623ce29fb97b6.tar.gz dotfiles-d3d435232f4cb138f4397323243623ce29fb97b6.tar.bz2 dotfiles-d3d435232f4cb138f4397323243623ce29fb97b6.zip | |
migrate from do to vultr
| -rw-r--r-- | .ssh/config | 12 |
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 @@ | |||
| 1 | Host overseer | ||
| 2 | HostName 207.154.210.186 | ||
| 3 | Port 22 | ||
| 4 | User yigit | ||
| 5 | ServerAliveInterval 180 | ||
| 6 | Host dev | 1 | Host 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 |
| 13 | Host xyz | ||
| 14 | Port 22 | ||
| 15 | HostName yigitsever.xyz | ||
| 16 | User yigit | ||
| 17 | Preferredauthentications publickey | ||
| 18 | IdentityFile ~/.ssh/id_rsa | ||
| 19 | ServerAliveInterval 180 | ||
