summaryrefslogtreecommitdiffstatshomepage
path: root/ssh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-05-08 16:19:07 -0500
committerToby Vincent <tobyv13@gmail.com>2021-05-08 16:19:07 -0500
commitdb28a0a4b226ffbd9f5b2109225268349299d633 (patch)
tree93654234cb270e3b8ca9b9a450dfd2b7afb73928 /ssh
parent2b478203538d4ad8b3160bd223e5e8e268737c98 (diff)
fix: removed commas between hosts
Diffstat (limited to 'ssh')
-rw-r--r--ssh/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh/config b/ssh/config
index c978e81..fb75d9d 100644
--- a/ssh/config
+++ b/ssh/config
@@ -3,13 +3,13 @@
Host *
StrictHostKeyChecking no
-Host heimdall, loki
+Host heimdall loki
User pi
ForwardAgent yes
StreamLocalBindUnlink yes
RemoteForward /run/user/1000/gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra
-Host odin, thor
+Host odin thor
User tobyv
ForwardAgent yes
StreamLocalBindUnlink yes