aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-05-25 22:08:55 -0500
committerToby Vincent <tobyv13@gmail.com>2022-05-25 22:08:55 -0500
commitc23330a249e22b2ea4c4e071b0cb7ea1074bfac9 (patch)
tree286c614bd9637faf9d633b238bf2c276c777c3e8
parent2aae87aa6bf405bcc7d720715bc783182aef11af (diff)
fix(ssh): update thor to use correct port
-rw-r--r--ssh/.ssh/config4
1 files changed, 3 insertions, 1 deletions
diff --git a/ssh/.ssh/config b/ssh/.ssh/config
index b9c3754..299b9c6 100644
--- a/ssh/.ssh/config
+++ b/ssh/.ssh/config
@@ -18,7 +18,6 @@ Host heimdall loki
Host odin thor
User tobyv
- Port 2222
ForwardAgent yes
StreamLocalBindUnlink yes
RemoteForward /run/user/1000/gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra
@@ -26,6 +25,9 @@ Host odin thor
ControlPath ~/.ssh/controlmasters/%r@%h:%p
ControlPersist 30m
+Host odin
+ Port 2222
+
host bifrost
User tobyv
ControlMaster auto