summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2013-03-29 23:38:14 +0200
committerTomi Ollila <tomi.ollila@iki.fi>2013-03-29 23:38:14 +0200
commita0cd5d78701ce4b05e1cd5d0b9d92c0557f3b4db (patch)
tree1ed5817cbbc06cbd54fe8e4f628e33c8f9ce1758
parentdee880643fd8d50e6c67bda0b8a43d37545efb5b (diff)
passewd
-rw-r--r--remoteusage/aboriginal.mdwn7
1 files changed, 1 insertions, 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