commit 15b545a312621fe4a2586b5824814f5e57da1218
parent e2ffe876b65f8eda5bf57ea9c0bdba6c0b236a11
Author: Anders Damsgaard <andersd@riseup.net>
Date: Wed, 30 Aug 2017 14:56:15 -0400
use X11 forwarding
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/idkfa-ssh b/bin/idkfa-ssh
@@ -4,7 +4,7 @@ remotecommand='tmux attach'
host=idkfa.ucsd.edu
user=ad
if [ "$1" = "-s" ]; then
- ssh $user@$host -t $remotecommand
+ ssh -X $user@$host -t $remotecommand
elif [ "$1" = "-a" ]; then
autossh $user@$host
else