blob: 6f2576370893baccc7e6fd9b29aeba588d1b922a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# Prevent timeouts on certian systems
GSSAPIAuthentication no
host xoeris
hostname xoeris.com
user mitch
port 49000
host xoeris.com
hostname xoeris.com
user mitch
port 49000
host rygel.us
hostname rygel.us
user mitch
port 49000
# Home servers
host gw
hostname 10.73.0.1
port 22
user mitch
# Friends
host kyle
hostname glados.blanker.us
port 48000
user mitch
#
# Github stuff
host github.com
hostname ssh.github.com
user git
port 443
# identityfile ~/.ssh/id_rsa
host github
hostname ssh.github.com
user git
port 443
# identityfile ~/.ssh/id_rsa
|