aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--docs/yubikey.md2
-rw-r--r--ssh/config7
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/yubikey.md b/docs/yubikey.md
index 959099d..745ba98 100644
--- a/docs/yubikey.md
+++ b/docs/yubikey.md
@@ -102,6 +102,8 @@ Then, in VS Code, put the following in your settings.JSON,
}
``` -->
+<!-- TODO ssh/git config to use gpnupg -->
+
## GPG Agent
### Windows
diff --git a/ssh/config b/ssh/config
index e34f70d..80b50ac 100644
--- a/ssh/config
+++ b/ssh/config
@@ -18,6 +18,13 @@ Host odin thor
host bifrost
User tobyv
+host door
+ User tovince
+ HostName door.cs.siue.edu
+ ForwardAgent yes
+ StreamLocalBindUnlink yes
+ RemoteForward /run/user/1000/gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra
+
Host siue
User tovince
HostName home.cs.siue.edu