summaryrefslogtreecommitdiffstatshomepage
path: root/ssh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-09-29 18:20:06 -0500
committerToby Vincent <tobyv13@gmail.com>2021-09-29 18:20:06 -0500
commitf5e793375de07d28ca9fe1e23478c987611a7f5e (patch)
treef204dc9821bce442ee95b001115328e08f6fa6f7 /ssh
parent175cc7d56c31142a406a7e0f38c03c9bb7e2bd7a (diff)
feat: added gitignore
Diffstat (limited to 'ssh')
-rw-r--r--ssh/win.config28
1 files changed, 0 insertions, 28 deletions
diff --git a/ssh/win.config b/ssh/win.config
deleted file mode 100644
index a91b70e..0000000
--- a/ssh/win.config
+++ /dev/null
@@ -1,28 +0,0 @@
-# Read more about SSH config files: https://linux.die.net/man/5/ssh_config
-
-Host *
- StrictHostKeyChecking no
-
-Host heimdall loki
- User pi
- ForwardAgent yes
- StreamLocalBindUnlink yes
- RemoteForward /run/user/1000/gnupg/S.gpg-agent 127.0.0.1:4444
-
-Host odin thor
- User tobyv
- ForwardAgent yes
- StreamLocalBindUnlink yes
- RemoteForward /home/tobyv/.gnupg/S.gpg-agent 127.0.0.1:4444
-
-host bifrost
- User tobyv
-
-Host siue
- User tovince
- HostName os.cs.siue.edu
- ForwardAgent yes
- StreamLocalBindUnlink yes
- RemoteForward /run/user/1400158178/gnupg/S.gpg-agent 127.0.0.1:4444
- RemoteCommand rm -f /run/user/1400158178/gnupg/S.gpg-agent && zsh -l
- RequestTTY force