]> git.cworth.org Git - obsolete/notmuch-wiki/blobdiff - remoteusage.mdwn
added support for batch count & troubleshooting
[obsolete/notmuch-wiki] / remoteusage.mdwn
index 7f0d9b7382e7af67010bac31a6baf570799c1578..c8d65bdc28c5850c8a7081bc684928f0e73d8c67 100644 (file)
@@ -26,12 +26,15 @@ server), `bash`, and `ssh` on another computer (let's call that computer
 
 3. password-free login (public key authentication) from client to
 server. [Here](http://www.debian-administration.org/articles/152) is a
-good page on how to set it up.
+good page on how to set it up (*).
 
 4. a reasonably fast connection. (This isn't really *necessary*, but if
 your connection is too slow, this won't be very pleasant to use, and
 certainly won't seem transparent.)
 
+(*) If you don't want / cannot use password-free login,
+[[This|remoteusage/aboriginal]] page provides yet another alternative.
+
 ## Configure `ssh` on the client computer ##
 
 Add this to your `~/.ssh/config`:
@@ -97,4 +100,5 @@ to list them here. And, of course, if you improve on any of these
 approaches, please do edit this page and let people know!
 
 If you have issues, you may want to try the [[old remote usage
-instructions|remoteusage-old]].
+instructions|remoteusage-old]] or
+[[yet another alternative|remoteusage/aboriginal]].