| ... | ... |
@@ -1,8 +1,8 @@ |
| 1 | 1 |
# Title: config |
| 2 | 2 |
# Author: Frédéric CHEVALIER <vaderf@free.fr> |
| 3 |
-# Version: 0.8 |
|
| 3 |
+# Version: 0.9 |
|
| 4 | 4 |
# Created in: 2015-02-18 |
| 5 |
-# Modified in: 2018-07-23 |
|
| 5 |
+# Modified in: 2019-03-14 |
|
| 6 | 6 |
|
| 7 | 7 |
|
| 8 | 8 |
|
| ... | ... |
@@ -10,6 +10,7 @@ |
| 10 | 10 |
# Versions # |
| 11 | 11 |
#==========# |
| 12 | 12 |
|
| 13 |
+# v0.9 - 2019-03-14: ssh options updated / work server updated |
|
| 13 | 14 |
# v0.8 - 2018-07-23: ssh options updated / work server updated |
| 14 | 15 |
# v0.7 - 2018-05-10: update ssh port on personal US server because of AT&T restriction / update work server |
| 15 | 16 |
# v0.6 - 2017-06-18: github servers added |
| ... | ... |
@@ -105,7 +106,7 @@ Host heron |
| 105 | 106 |
PubkeyAuthentication no |
| 106 | 107 |
ForwardX11 yes |
| 107 | 108 |
ForwardX11Trusted yes |
| 108 |
- ServerAliveInterval 600 |
|
| 109 |
+ ServerAliveInterval 120 |
|
| 109 | 110 |
LogLevel QUIET |
| 110 | 111 |
|
| 111 | 112 |
## Connection to servers below works only after connection to heron from outside work network ## |
| ... | ... |
@@ -155,7 +156,7 @@ Host office |
| 155 | 156 |
|
| 156 | 157 |
# Winka office |
| 157 | 158 |
Host woffice |
| 158 |
- HostName 206.124.62.196 |
|
| 159 |
+ HostName 206.124.55.81 |
|
| 159 | 160 |
User winkal |
| 160 | 161 |
ForwardX11 yes |
| 161 | 162 |
ForwardX11Trusted yes |