X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=remoteusage%2Faboriginal.mdwn;h=569b338fddafdbe5b71a8f4c960cee313f330bd5;hb=b370ccb1d5ef97c482fe42840ff8aee75e249e0a;hp=ef462dfee9159c60e757ec330b45a2016781e5a8;hpb=dee880643fd8d50e6c67bda0b8a43d37545efb5b;p=obsolete%2Fnotmuch-wiki diff --git a/remoteusage/aboriginal.mdwn b/remoteusage/aboriginal.mdwn index ef462df..569b338 100644 --- a/remoteusage/aboriginal.mdwn +++ b/remoteusage/aboriginal.mdwn @@ -14,11 +14,6 @@ from the script will fail. ## The script Write the following code to a file, for example `remote-notmuch.sh`. -There is just one line to that normally needs configuration: - - readonly SSH_CONTROL_SOCK='~'/.ssh/master-user@host:22 - -the options howto are presented after the script. #!/bin/bash @@ -76,7 +71,7 @@ terminal and then test the script with `./remote-notmuch.sh help` Note that the '~' is inside single quotes for a reason. In this case shell never expand it to `$HOME` -- ssh does it by not reading -`$HOME` but checking the real user home directory from `/etc/passewd`. +`$HOME` but checking the real user home directory from `/etc/passwd`. For security purposes this is just how it should be. ## Tune @@ -104,12 +99,3 @@ to the `./remote-notmuch.sh` wrapper script testing with See the section *Configure Emacs on the client computer* in [[remoteusage|remoteusage]] how to do this. The instructions are the same. - -## Fun - -Original [BSD Licence](http://en.wikipedia.org/wiki/BSD_licenses) -is 4-clause license. -When 3 rd. clause was removed, the new license was not original anymore. -Similarly, the requirement for this version are the same as in -[[remoteusage|remoteusage]] page except the 3 rd. requirement -(password-free login) is not effective here.