summaryrefslogtreecommitdiffstatshomepage
path: root/ssh/config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-02 15:59:51 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-02 15:59:51 -0500
commita3f5cf9b71122204f438653bcc9f45e60aa932c5 (patch)
treeef53be3b1169def3a0c1556d522a66b0425b6449 /ssh/config
parenta3a64e43d12b76c787f90a8b167ab873624b912b (diff)
feat: added DO dropplet to ssh config
Diffstat (limited to 'ssh/config')
-rw-r--r--ssh/config9
1 files changed, 8 insertions, 1 deletions
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