Browse code

ssh_config - v0.6 - Add Github servers

Fred authored on18/06/2017 22:07:03
Showing1 changed files
... ...
@@ -1,8 +1,8 @@
1 1
 # Title: config
2 2
 # Author: Frédéric CHEVALIER <vaderf@free.fr>
3
-# Version: 0.5
3
+# Version: 0.6
4 4
 # Created in: 2015-02-18
5
-# Modified in: 2017-04-18
5
+# Modified in: 2017-06-18
6 6
 
7 7
 
8 8
 
... ...
@@ -10,6 +10,7 @@
10 10
 # Versions #
11 11
 #==========#
12 12
 
13
+# v0.6 - 2017-06-18: github servers added
13 14
 # v0.5 - 2017-04-18: update hostname / update identity files with rsa keys
14 15
 # v0.4 - 2016-08-14: X11 options changed due to bashrc changes
15 16
 # v0.3 - 2016-01-19: servers updated / remove default user
... ...
@@ -23,6 +24,14 @@
23 24
 # Personal servers #
24 25
 #==================#
25 26
 
27
+Host github
28
+    HostName github.com
29
+    User git
30
+    IdentityFile ~/.ssh/github.rsa
31
+    ForwardX11 no
32
+    ForwardX11Trusted no
33
+
34
+
26 35
 #-----#
27 36
 # USA #
28 37
 #-----#
... ...
@@ -78,6 +87,14 @@ Host fwfr
78 87
 # Work servers #
79 88
 #==============#
80 89
 
90
+Host github_p
91
+    HostName github.com
92
+    User git
93
+    IdentityFile ~/.ssh/github_pro.rsa
94
+    ForwardX11 no
95
+    ForwardX11Trusted no
96
+
97
+
81 98
 Host heron
82 99
     HostName heron.txbiomedgenetics.org
83 100
     User fcheval