From 52f41e32f43dac592178c7c3cc041f42b26db9e0 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sat, 8 May 2021 16:06:54 -0500 Subject: feat: updated ssh config --- ssh/config | 36 ++++++++++++------------------------ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/ssh/config b/ssh/config index 6cfab42..7db9f57 100644 --- a/ssh/config +++ b/ssh/config @@ -1,37 +1,25 @@ # Read more about SSH config files: https://linux.die.net/man/5/ssh_config -Host * + +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 bifrost - User tobyv - HostName bifrost - -Host heimdall - User pi - HostName heimdall - -Host loki - User pi - HostName loki.asgard - -Host odin +Host odin, thor User tobyv - HostName odin.asgard + ForwardAgent yes + StreamLocalBindUnlink yes + RemoteForward /home/tobyv/.gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra -Host thor +host bifrost User tobyv - HostName thor.asgard - -Host mjolnir - User u0_a382 - HostName mjolnir.asgard - Port 8022 Host siue User tovince HostName os.cs.siue.edu + ForwardAgent yes + StreamLocalBindUnlink yes RemoteForward /run/user/1400158178/gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra - RemoteCommand zsh -l - RequestTTY force \ No newline at end of file + RemoteCommand rm -f /run/user/1400158178/gnupg/S.gpg-agent && zsh -l + RequestTTY force -- cgit v1.2.3-70-g09d2