Documented UNIX-domain socket support. - sam - An updated version of the sam te… | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 993a6b58e56e8a35a2834220ff552325814180ba | |
parent 57bc580ed80785ffd62e527fa35262f699fc17bd | |
Author: Rob King <[email protected]> | |
Date: Thu, 5 Jan 2017 11:19:39 -0600 | |
Documented UNIX-domain socket support. | |
Diffstat: | |
README.rst | 6 +++++- | |
1 file changed, 5 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/README.rst b/README.rst | |
@@ -77,10 +77,14 @@ naming a remote machine or | |
an SSH host entry). | |
The remote machine only needs to have the `sam` binary. | |
-The remote machine may also have the `B` command installed. | |
+The remote machine may also have the `B` command installed | |
+(as a symbolic/hard link to `sam`). | |
If it is installed, | |
the `B` command can be executed both locally (on the machine running `samterm`… | |
and remotely (on the machine running `sam`) without the '-r' option. | |
+The `B` command requires a remote shell client that supports UNIX domain socke… | |
+such support has been present in OpenSSH since at least version 6.7 (released … | |
+See the `sam(1)` manual page for information on how the remote shell client is… | |
Note that sam relies on the contents of the `LANG`, `LC_CTYPE`, and/or `LC_ALL… | |
If you're using `ssh(1)` to run sam remotely, be sure to pass those variables … |