From: Tomi Ollila Date: Fri, 29 Mar 2013 21:38:14 +0000 (+0200) Subject: passewd X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=a0cd5d78701ce4b05e1cd5d0b9d92c0557f3b4db passewd --- diff --git a/remoteusage/aboriginal.mdwn b/remoteusage/aboriginal.mdwn index ef462df..88ad036 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