-
Notifications
You must be signed in to change notification settings - Fork 0
/
ssh_config
78 lines (78 loc) · 1.64 KB
/
ssh_config
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Host gagen
Hostname 128.171.104.20
Port 7722
IdentityFile ~/.ssh/id_rsa
Host gagenVNC
Hostname 128.171.104.20
Port 7722
Compression yes
LocalForward 5901 localhost:5900
IdentityFile ~/.ssh/id_rsa
Host gagen2
Hostname 128.171.104.51
Port 7722
IdentityFile ~/.ssh/id_rsa
Host gagen2VNC
Hostname 128.171.104.51
Port 7722
Compression yes
LocalForward 5901 localhost:5900
IdentityFile ~/.ssh/id_rsa
Host webfactional
Hostname 108.59.11.98
User bem
IdentityFile ~/.ssh/id_dsa_webfactional
#Host riastradh
# Hostname 128.171.104.20
# HostKeyAlias riastradh
# Port 7722
# IdentityFile ~/.ssh/id_rsa
Host bbl
Hostname bbl.ancl.hawaii.edu
Port 22
Host pacioosVM
Hostname 128.171.128.2
User brian
Port 874
#Host riastradhVNC
# Hostname 128.171.104.20
# User brian
# Port 7722
# Compression yes
# LocalForward 5901 localhost:5900
# IdentityFile ~/.ssh/id_rsa
Host knProc
#Hostname 168.105.160.139
Hostname 166.122.238.30
User brian
Port 10522
Compression yes
HostKeyAlias knProc
IdentityFile ~/.ssh/id_rsa
Host knProcVNC
Hostname 168.105.160.139
User brian
#User kilonalu
Port 10522
Compression yes
HostKeyAlias knProc
LocalForward 5901 localhost:5900
IdentityFile ~/.ssh/id_rsa
Host knProcX
Hostname 168.105.160.139
User brian
Port 10522
ForwardX11 yes
Compression yes
HostKeyAlias knProc
IdentityFile ~/.ssh/id_rsa
Host moli
Hostname moli.soest.hawaii.edu
User brian
Compression yes
IdentityFile ~/.ssh/id_dsa_moli
Host rgsite
Hostname 192.168.100.30
User deploy
IdentityFile ~/.ssh/id_rsa_rg
ForwardAgent yes