Browse code

ssh_config - v1.0 - Update work domain name

Fred authored on23/01/2022 22:05:26
Showing1 changed files
... ...
@@ -1,8 +1,8 @@
1 1
 # Title: config
2 2
 # Author: Frédéric CHEVALIER <vaderf@free.fr>
3
-# Version: 0.10
3
+# Version: 0.11
4 4
 # Created in: 2015-02-18
5
-# Modified in: 2020-11-23
5
+# Modified in: 2022-01-23
6 6
 
7 7
 
8 8
 
... ...
@@ -10,6 +10,7 @@
10 10
 # Versions #
11 11
 #==========#
12 12
 
13
+# v0.11 - 2022-01-23: work domain name updated / office machine name updated / dead server discarded
13 14
 # v0.10 - 2020-11-23: work server updated
14 15
 # v0.9 - 2019-03-14: ssh options updated / work server updated
15 16
 # v0.8 - 2018-07-23: ssh options updated / work server updated
... ...
@@ -102,7 +103,7 @@ Host github_p
102 103
 
103 104
 
104 105
 Host heron
105
-    HostName heron.txbiomedgenetics.org
106
+    HostName heron.txbiomed.org
106 107
     User fcheval
107 108
     PubkeyAuthentication no
108 109
     ForwardX11 yes
... ...
@@ -113,45 +114,39 @@ Host heron
113 114
 ## Connection to servers below works only after connection to heron from outside work network ##
114 115
 
115 116
 Host zeus
116
-    HostName zeus.txbiomedgenetics.org
117
+    HostName zeus.txbiomed.org
117 118
     User fcheval
118 119
     ForwardX11 yes
119 120
     ForwardX11Trusted yes
120 121
 
121 122
 Host bulmer
122
-    HostName bulmer.txbiomedgenetics.org
123
+    HostName bulmer.txbiomed.org
123 124
     User fcheval
124 125
     ForwardX11 yes
125 126
     ForwardX11Trusted yes
126 127
 
127 128
 Host crow
128
-    HostName crow.txbiomedgenetics.org
129
-    User fcheval
130
-    ForwardX11 yes
131
-    ForwardX11Trusted yes
132
-
133
-Host mendel
134
-    HostName mendel.txbiomedgenetics.org
129
+    HostName crow.txbiomed.org
135 130
     User fcheval
136 131
     ForwardX11 yes
137 132
     ForwardX11Trusted yes
138 133
 
139 134
 Host titan
140
-    HostName titan.txbiomedgenetics.org
135
+    HostName titan.txbiomed.org
141 136
     User fcheval
142 137
     ForwardX11 yes
143 138
     ForwardX11Trusted yes
144 139
 
145 140
 # Fred office
146 141
 Host office
147
-    HostName pc215b.txbiomed.local
142
+    HostName gen-labtechlt2.txbiomed.local
148 143
     User fcheval
149 144
     ForwardX11 yes
150 145
     ForwardX11Trusted yes
151 146
 
152 147
 # Winka office
153 148
 Host woffice
154
-    HostName pc196.txbiomed.local
149
+    HostName gen-labtechlt1.txbiomed.local
155 150
     User winkal
156 151
     ForwardX11 yes
157 152
     ForwardX11Trusted yes