summaryrefslogtreecommitdiffstatshomepage
path: root/ssh/.ssh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-08-25 16:16:33 -0500
committerToby Vincent <tobyv13@gmail.com>2022-08-25 16:16:33 -0500
commitc20bb07a07f5e609e8e68930722dc67328077736 (patch)
tree5964b63edb9d33c00cd9764571e5543087893065 /ssh/.ssh
parent1b8278db6eece44b125877d79ae92cf0353121ec (diff)
feat(ssh): update ssh config to reflect new rpi setups
Diffstat (limited to 'ssh/.ssh')
-rw-r--r--ssh/.ssh/config11
1 files changed, 1 insertions, 10 deletions
diff --git a/ssh/.ssh/config b/ssh/.ssh/config
index 0fc6ca7..3012528 100644
--- a/ssh/.ssh/config
+++ b/ssh/.ssh/config
@@ -7,16 +7,7 @@ Host *
ServerAliveInterval 300
ServerAliveCountMax 2
-Host heimdall loki
- User pi
- ForwardAgent yes
- StreamLocalBindUnlink yes
- RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
- ControlMaster auto
- ControlPath ~/.ssh/controlmasters/%r@%h:%p
- ControlPersist 30m
-
-Host odin thor
+Host odin thor loki heimdall
User tobyv
ForwardAgent yes
StreamLocalBindUnlink yes