|
|
@@ -17,6 +17,18 @@
|
|
|
userKnownHostsFile = "~/.ssh/known_hosts";
|
|
|
};
|
|
|
|
|
|
+ matchBlocks.odin = {
|
|
|
+ hostname = "odin.taild019.ts.net";
|
|
|
+ user = "thomas";
|
|
|
+ forwardAgent = true;
|
|
|
+ remoteForwards = [
|
|
|
+ {
|
|
|
+ bind.address = "/run/user/1000/gnupg/d.o6jzqfigwppq1eps4nhng6n5/S.gpg-agent";
|
|
|
+ host.address = "/Users/thomas/.config/gnupg/S.gpg-agent.extra";
|
|
|
+ }
|
|
|
+ ];
|
|
|
+ };
|
|
|
+
|
|
|
matchBlocks = {
|
|
|
github.hostname = "github.com";
|
|
|
github.user = "git";
|