From: W. Trevor King Date: Wed, 18 May 2011 16:05:01 +0000 (-0400) Subject: Add tools and linux tags to mxconns post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1dfef67811a400b03b19e4c317782155b009db23;p=blog.git Add tools and linux tags to mxconns post. --- diff --git a/posts/mxconns.mdwn b/posts/mxconns.mdwn index ea87b53..ebcb987 100644 --- a/posts/mxconns.mdwn +++ b/posts/mxconns.mdwn @@ -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]]