| ... | ... |
@@ -1,8 +1,8 @@ |
| 1 | 1 |
# Title: config |
| 2 | 2 |
# Author: Frédéric CHEVALIER <vaderf@free.fr> |
| 3 |
-# Version: 0.4 |
|
| 3 |
+# Version: 0.5 |
|
| 4 | 4 |
# Created in: 2015-02-18 |
| 5 |
-# Modified in: 2016-08-14 |
|
| 5 |
+# Modified in: 2017-04-18 |
|
| 6 | 6 |
|
| 7 | 7 |
|
| 8 | 8 |
|
| ... | ... |
@@ -10,6 +10,7 @@ |
| 10 | 10 |
# Versions # |
| 11 | 11 |
#==========# |
| 12 | 12 |
|
| 13 |
+# v0.5 - 2017-04-18: update hostname / update identity files with rsa keys |
|
| 13 | 14 |
# v0.4 - 2016-08-14: X11 options changed due to bashrc changes |
| 14 | 15 |
# v0.3 - 2016-01-19: servers updated / remove default user |
| 15 | 16 |
# v0.2 - 2016-01-01: Winka office added |
| ... | ... |
@@ -29,13 +30,14 @@ |
| 29 | 30 |
Host wf |
| 30 | 31 |
HostName vaderf.com |
| 31 | 32 |
User wf |
| 32 |
- IdentityFile id_main-server.dsa |
|
| 33 |
+ IdentityFile ~/.ssh/main-server.rsa |
|
| 33 | 34 |
ForwardX11 yes |
| 34 | 35 |
ForwardX11Trusted yes |
| 35 | 36 |
|
| 36 | 37 |
Host fwf |
| 37 | 38 |
HostName vaderf.com |
| 38 | 39 |
User fred |
| 40 |
+ IdentityFile ~/.ssh/fred_perso.rsa |
|
| 39 | 41 |
ForwardX11 yes |
| 40 | 42 |
ForwardX11Trusted yes |
| 41 | 43 |
|
| ... | ... |
@@ -43,6 +45,7 @@ Host fwf |
| 43 | 45 |
Host mc |
| 44 | 46 |
HostName media-center.local |
| 45 | 47 |
User wf2 |
| 48 |
+ IdentityFile ~/.ssh/fred_perso.rsa |
|
| 46 | 49 |
ForwardX11 yes |
| 47 | 50 |
ForwardX11Trusted yes |
| 48 | 51 |
|
| ... | ... |
@@ -50,6 +53,7 @@ Host mc |
| 50 | 53 |
Host winka |
| 51 | 54 |
HostName 192.168.1.70 |
| 52 | 55 |
user winka |
| 56 |
+ IdentityFile ~/.ssh/fred_perso.rsa |
|
| 53 | 57 |
ForwardX11 yes |
| 54 | 58 |
ForwardX11Trusted yes |
| 55 | 59 |
|
| ... | ... |
@@ -61,11 +65,12 @@ Host winka |
| 61 | 65 |
Host wfr |
| 62 | 66 |
HostName vaderf.ddns.net |
| 63 | 67 |
User wf |
| 64 |
- IdentityFile id_main-server.dsa |
|
| 68 |
+ IdentityFile ~/.ssh/main-server.rsa |
|
| 65 | 69 |
|
| 66 | 70 |
Host fwfr |
| 67 | 71 |
HostName vaderf.ddns.net |
| 68 | 72 |
User fred |
| 73 |
+ IdentityFile ~/.ssh/fred_perso.rsa |
|
| 69 | 74 |
|
| 70 | 75 |
|
| 71 | 76 |
|
| ... | ... |
@@ -81,8 +86,8 @@ Host heron |
| 81 | 86 |
|
| 82 | 87 |
## Connection to servers below works only after connection to heron from outside work network ## |
| 83 | 88 |
|
| 84 |
-Host medusa |
|
| 85 |
- HostName medusa.txbiomedgenetics.org |
|
| 89 |
+Host perseus |
|
| 90 |
+ HostName perseus.txbiomedgenetics.org |
|
| 86 | 91 |
User fcheval |
| 87 | 92 |
ForwardX11 yes |
| 88 | 93 |
ForwardX11Trusted yes |
| ... | ... |
@@ -138,6 +143,7 @@ Host woffice |
| 138 | 143 |
# NB: These general settings must be at the end, the first value being used for each parameter (cf. man ssh_config). |
| 139 | 144 |
|
| 140 | 145 |
Host * |
| 146 |
+ IdentityFile ~/.ssh/fred_work.rsa |
|
| 141 | 147 |
ForwardAgent no |
| 142 | 148 |
ForwardX11 no |
| 143 | 149 |
ForwardX11Trusted no |