aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ssh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-09-08 14:35:06 -0500
committerToby Vincent <tobyv13@gmail.com>2021-09-08 14:35:06 -0500
commit1eb436ea8302d0e9a4608f5be720c1d69de7a653 (patch)
tree545802970360c49be953d03e679e6b0fb5ed9dcd /ssh
parent8c16029d554250097ec7c0f159727184d3450668 (diff)
fix: fixed fzf installer
Diffstat (limited to 'ssh')
-rw-r--r--ssh/config7
1 files changed, 6 insertions, 1 deletions
diff --git a/ssh/config b/ssh/config
index e6e71a5..e34f70d 100644
--- a/ssh/config
+++ b/ssh/config
@@ -20,9 +20,14 @@ host bifrost
Host siue
User tovince
- HostName os.cs.siue.edu
+ HostName home.cs.siue.edu
ForwardAgent yes
StreamLocalBindUnlink yes
RemoteForward /run/user/1400158178/gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra
RemoteCommand rm -f /run/user/1400158178/gnupg/S.gpg-agent && zsh -l
RequestTTY force
+
+Host zone
+ User tovince
+ HostName zone.cs.siue.edu
+ ForwardAgent yes \ No newline at end of file