Skip to content

Commit 67eea0d

Browse files
author
Christopher M. Neill
committed
spacing
1 parent d7f96da commit 67eea0d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ssh/config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ Host delta*
1616
Host oregon-bastion
1717
HostName 52.25.121.228
1818
User ubuntu
19-
ForwardAgent yes
19+
ForwardAgent yes
2020
IdentityFile ~/.ssh/oregon.pem
21-
21+
2222
Host migration-router
2323
ProxyCommand ssh -q ubuntu@oregon-bastion nc 10.2.0.254 22
2424
User ubuntu
25-
ForwardAgent yes
25+
ForwardAgent yes
2626
IdentityFile ~/.ssh/oregon.pem
27-
27+
2828
Host hubot
2929
ProxyCommand ssh -q ubuntu@oregon-bastion nc 10.2.0.230 22
3030
User ubuntu
31-
ForwardAgent yes
31+
ForwardAgent yes
3232
IdentityFile ~/.ssh/oregon.pem
3333

3434
################################################################################

0 commit comments

Comments
 (0)