Add tools and linux tags to mxconns post.
authorW. Trevor King <wking@drexel.edu>
Wed, 18 May 2011 16:05:01 +0000 (12:05 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 18 May 2011 16:05:01 +0000 (12:05 -0400)
posts/mxconns.mdwn

index ea87b5339f8ae9744f838fe2fd41214127a829cd..ebcb987f21cf1e1c6f9daee400b6acb2f5a374b4 100644 (file)
@@ -20,7 +20,7 @@ example, if a job I had running on `n1` wanted to talk to my X server
 provided by `ssh -Y` and a new publicly exposed X socket available to
 `n*`:
 
-    home <--(ssh -Y)----> n0 <--(mxconns)----> n1
+    home <--(ssh -Y)----> n0 <--(mxconns)----> n*
 
 `mxconns` needs a configuration file telling it to trust all the
 computers on the cluster, which should look something like:
@@ -87,3 +87,6 @@ as described under the `DISPLAY NAMES` section of [xauth(1)][xauth].
 [mxconns]: http://mxconns.web.cern.ch/mxconns/
 [OpenSSH]: http://www.openssh.com/
 [xauth]: http://www.x.org/archive/X11R6.8.1/doc/xauth.1.html#sect5
+
+[[!tag tags/linux]]
+[[!tag tags/tools]]