| ... | ... |
@@ -1,8 +1,8 @@ |
| 1 | 1 |
# Title: config |
| 2 | 2 |
# Author: Frédéric CHEVALIER <vaderf@free.fr> |
| 3 |
-# Version: 0.7 |
|
| 3 |
+# Version: 0.8 |
|
| 4 | 4 |
# Created in: 2015-02-18 |
| 5 |
-# Modified in: 2018-05-10 |
|
| 5 |
+# Modified in: 2018-07-23 |
|
| 6 | 6 |
|
| 7 | 7 |
|
| 8 | 8 |
|
| ... | ... |
@@ -10,6 +10,7 @@ |
| 10 | 10 |
# Versions # |
| 11 | 11 |
#==========# |
| 12 | 12 |
|
| 13 |
+# v0.8 - 2018-07-23: ssh options updated / work server updated |
|
| 13 | 14 |
# v0.7 - 2018-05-10: update ssh port on personal US server because of AT&T restriction / update work server |
| 14 | 15 |
# v0.6 - 2017-06-18: github servers added |
| 15 | 16 |
# v0.5 - 2017-04-18: update hostname / update identity files with rsa keys |
| ... | ... |
@@ -105,6 +106,7 @@ Host heron |
| 105 | 106 |
ForwardX11 yes |
| 106 | 107 |
ForwardX11Trusted yes |
| 107 | 108 |
ServerAliveInterval 600 |
| 109 |
+ LogLevel QUIET |
|
| 108 | 110 |
|
| 109 | 111 |
## Connection to servers below works only after connection to heron from outside work network ## |
| 110 | 112 |
|
| ... | ... |
@@ -138,9 +140,11 @@ Host mendel |
| 138 | 140 |
ForwardX11 yes |
| 139 | 141 |
ForwardX11Trusted yes |
| 140 | 142 |
|
| 141 |
-Host stevens |
|
| 142 |
- HostName stevens.txbiomedgenetics.org |
|
| 143 |
+Host titan |
|
| 144 |
+ HostName titan.txbiomedgenetics.org |
|
| 143 | 145 |
User fcheval |
| 146 |
+ ForwardX11 yes |
|
| 147 |
+ ForwardX11Trusted yes |
|
| 144 | 148 |
|
| 145 | 149 |
# Fred office |
| 146 | 150 |
Host office |