From 6697cf986cf60ca2c8d1e22cad78f3b1bfbe8ddf Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sun, 25 Apr 2021 10:07:32 -0500 Subject: feat: fully implemented gpg keys --- ssh/config | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ssh/config') diff --git a/ssh/config b/ssh/config index 3776de1..27b7b5e 100644 --- a/ssh/config +++ b/ssh/config @@ -1,7 +1,4 @@ # Read more about SSH config files: https://linux.die.net/man/5/ssh_config -Host * - StrictHostKeyChecking no - Host bifrost User tobyv HostName bifrost @@ -9,18 +6,23 @@ Host bifrost Host heimdall User pi HostName heimdall + ForwardAgent yes Host loki User pi HostName loki.asgard + ForwardAgent yes + StreamLocalBindUnlink yes Host odin User tobyv HostName odin.asgard + ForwardAgent yes Host thor User tobyv HostName thor.asgard + ForwardAgent yes Host mjolnir User u0_a382 -- cgit v1.2.3-70-g09d2