From a3f5cf9b71122204f438653bcc9f45e60aa932c5 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Fri, 2 Jul 2021 15:59:51 -0500 Subject: feat: added DO dropplet to ssh config --- ssh/config | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ssh/config') diff --git a/ssh/config b/ssh/config index fb75d9d..b2abc58 100644 --- a/ssh/config +++ b/ssh/config @@ -9,7 +9,14 @@ Host heimdall loki 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 + RemoteForward /home/tobyv/.gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra + +Host aegir + HostName 147.182.173.135 User tobyv ForwardAgent yes StreamLocalBindUnlink yes -- cgit v1.2.3-70-g09d2