Skip to content

Commit 250f04d

Browse files
committed
update ssh config
1 parent 4b5c717 commit 250f04d

1 file changed

Lines changed: 20 additions & 22 deletions

File tree

src/private_dot_ssh/private_config

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,6 @@ Host gitlab.com
99
User git
1010
IdentityFile ~/.ssh/kyle.finley
1111

12-
###################################
13-
# SWA Stuff #
14-
###################################
15-
Host gitlab-tools.swacorp.com gitlab-ssh.apex-tools.prod0.prod.aws.swacorp.com
16-
HostName gitlab-ssh.apex-tools.prod0.prod.aws.swacorp.com
17-
User git
18-
IdentityFile ~/.ssh/kyle.finley
19-
20-
Host southwest.gitlab-dedicated.com
21-
HostName southwest.gitlab-dedicated.com
22-
User git
23-
IdentityFile ~/.ssh/kyle.finley
24-
25-
Host stash1-tools.swacorp.com
26-
HostName stash1-tools.swacorp.com
27-
User git
28-
IdentityFile ~/.ssh/kyle.finley
29-
3012
###################################
3113
# Personal Stuff #
3214
###################################
@@ -41,22 +23,38 @@ Host truenas
4123
User admin
4224
IdentityFile ~/.ssh/kyle.finley
4325

44-
Host tpi tpi1 turingpi turingpi-01 turingpi-01.local
26+
Host tpi tpi1
4527
HostName 10.0.1.10
4628
RemoteForward 48969 127.0.0.1:48969
4729
User root
4830
IdentityFile ~/.ssh/kyle.finley
4931

50-
Host tpi2 turingpi-02 turingpi-02.local
32+
Host tpi2
5133
HostName 10.0.1.20
5234
RemoteForward 48969 127.0.0.1:48969
5335
User root
5436
IdentityFile ~/.ssh/kyle.finley
5537

56-
Host tpi?-node?
38+
Host tpi?-n? tpi?-node?
5739
RemoteForward 48969 127.0.0.1:48969
5840
IdentityFile ~/.ssh/kyle.finley
5941

42+
Host tpi1-n1
43+
HostName 10.0.1.111
44+
User ubuntu
45+
46+
Host tpi1-n2
47+
HostName 10.0.1.112
48+
User ubuntu
49+
50+
Host tpi1-n3
51+
HostName 10.0.1.113
52+
User ubuntu
53+
54+
Host tpi1-n4
55+
HostName 10.0.1.114
56+
User ubuntu
57+
6058
Host tpi2-node1
6159
HostName 10.0.1.21
6260
User kyle
@@ -65,7 +63,7 @@ Host tpi2-node3
6563
User kyle
6664
HostName 10.0.1.23
6765

68-
Host homeassistant.local
66+
Host hass homeassistant homeassistant.internal homeassistant.local
6967
HostName 10.0.0.35
7068
RemoteForward 48969 127.0.0.1:48969
7169
User root

0 commit comments

Comments
 (0)