| ... | ... |
@@ -1,8 +1,8 @@ |
| 1 | 1 |
# Title: config |
| 2 | 2 |
# Author: Frédéric CHEVALIER <vaderf@free.fr> |
| 3 |
-# Version: 0.9 |
|
| 3 |
+# Version: 0.10 |
|
| 4 | 4 |
# Created in: 2015-02-18 |
| 5 |
-# Modified in: 2019-03-14 |
|
| 5 |
+# Modified in: 2020-11-23 |
|
| 6 | 6 |
|
| 7 | 7 |
|
| 8 | 8 |
|
| ... | ... |
@@ -10,6 +10,7 @@ |
| 10 | 10 |
# Versions # |
| 11 | 11 |
#==========# |
| 12 | 12 |
|
| 13 |
+# v0.10 - 2020-11-23: work server updated |
|
| 13 | 14 |
# v0.9 - 2019-03-14: ssh options updated / work server updated |
| 14 | 15 |
# v0.8 - 2018-07-23: ssh options updated / work server updated |
| 15 | 16 |
# v0.7 - 2018-05-10: update ssh port on personal US server because of AT&T restriction / update work server |
| ... | ... |
@@ -111,14 +112,8 @@ Host heron |
| 111 | 112 |
|
| 112 | 113 |
## Connection to servers below works only after connection to heron from outside work network ## |
| 113 | 114 |
|
| 114 |
-Host perseus |
|
| 115 |
- HostName perseus.txbiomedgenetics.org |
|
| 116 |
- User fcheval |
|
| 117 |
- ForwardX11 yes |
|
| 118 |
- ForwardX11Trusted yes |
|
| 119 |
- |
|
| 120 |
-Host medusa2 |
|
| 121 |
- HostName medusa2.txbiomedgenetics.org |
|
| 115 |
+Host zeus |
|
| 116 |
+ HostName zeus.txbiomedgenetics.org |
|
| 122 | 117 |
User fcheval |
| 123 | 118 |
ForwardX11 yes |
| 124 | 119 |
ForwardX11Trusted yes |
| ... | ... |
@@ -149,14 +144,14 @@ Host titan |
| 149 | 144 |
|
| 150 | 145 |
# Fred office |
| 151 | 146 |
Host office |
| 152 |
- HostName 206.124.62.215 |
|
| 147 |
+ HostName pc215b.txbiomed.local |
|
| 153 | 148 |
User fcheval |
| 154 | 149 |
ForwardX11 yes |
| 155 | 150 |
ForwardX11Trusted yes |
| 156 | 151 |
|
| 157 | 152 |
# Winka office |
| 158 | 153 |
Host woffice |
| 159 |
- HostName 206.124.55.81 |
|
| 154 |
+ HostName pc196.txbiomed.local |
|
| 160 | 155 |
User winkal |
| 161 | 156 |
ForwardX11 yes |
| 162 | 157 |
ForwardX11Trusted yes |