From 44680f425c2e2cdc2f5fde325c7df56de06c0902 Mon Sep 17 00:00:00 2001 From: liammonahan Date: Sun, 14 Aug 2011 16:17:02 -0700 Subject: [PATCH] If you are going to use the -t option, you should use -q as well. --- Tips-and-Tricks.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tips-and-Tricks.textile b/Tips-and-Tricks.textile index 6556d74..5005251 100644 --- a/Tips-and-Tricks.textile +++ b/Tips-and-Tricks.textile @@ -31,7 +31,7 @@ You can still type @t add laundry@ from anywhere to add a task, but now you can *Access your remote server's @todo.txt@ via ssh.* If you have a shell account on @remote.server.com@, alias your @todo.sh@ commands to do the same thing as usual but prepend @ssh username@remote.server.com@ to them. Something like:
-ssh -a -t username@remote.server.com todo.sh list
+ssh -qt username@remote.server.com todo.sh list
 
Displays the remote todo list.