Browse code

ssh_config - v0.2 - Winka office added

Fred authored on01/01/2016 23:37:38
Showing1 changed files
... ...
@@ -1,8 +1,8 @@
1 1
 # Title: config
2 2
 # Author: Frédéric CHEVALIER <vaderf@free.fr>
3
-# Version: 0.1
3
+# Version: 0.2
4 4
 # Created in: 2015-02-18
5
-# Modified in: 2015-12-24
5
+# Modified in: 2016-01-01
6 6
 
7 7
 
8 8
 
... ...
@@ -10,6 +10,7 @@
10 10
 # Versions #
11 11
 #==========#
12 12
 
13
+# v0.2 - 2016-01-01: Winka office added
13 14
 # v0.1 - 2015-12-24: version section added / server names updated
14 15
 # v0.0 - 2015-02-18: creation
15 16
 
... ...
@@ -90,17 +91,23 @@ Host u2
90 91
     HostName u2.txbiomedgenetics.org
91 92
     User fcheval
92 93
 
94
+# Fred office
93 95
 Host office
94 96
     HostName 206.124.62.215
95 97
     User fcheval
96 98
 
99
+# Winka office
100
+Host woffice
101
+    HostName 206.124.62.196
102
+    User winkal
103
+
97 104
 
98 105
 
99 106
 #==================#
100 107
 # General settings #
101 108
 #==================#
102 109
 
103
-# NB: These general settings must be at the end, the first value being use for each parameter (cf. man ssh_config).
110
+# NB: These general settings must be at the end, the first value being used for each parameter (cf. man ssh_config).
104 111
 
105 112
 Host *
106 113
      ForwardAgent no
... ...
@@ -110,5 +117,3 @@ Host *
110 117
      Port 22
111 118
      Protocol 2
112 119
 
113
-
114
-