From a0cd5d78701ce4b05e1cd5d0b9d92c0557f3b4db Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Fri, 29 Mar 2013 23:38:14 +0200 Subject: [PATCH] passewd --- remoteusage/aboriginal.mdwn | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 2.43.0