aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ssh
diff options
context:
space:
mode:
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