summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2012-05-22 00:35:09 +0300
committerTomi Ollila <tomi.ollila@iki.fi>2012-05-22 00:35:09 +0300
commit96400486885c41a331864b7bfa843e29783ca201 (patch)
treef255db49621588cb90a6dcc8fbfb347b95093d57
parentd8c718815e47c8e6ac235b5dd431cd9869181ef7 (diff)
let ssh to do tilde (~) expansion...
-rw-r--r--remoteusage/remotewrapper.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoteusage/remotewrapper.mdwn b/remoteusage/remotewrapper.mdwn
index c86d8ce..a8fa536 100644
--- a/remoteusage/remotewrapper.mdwn
+++ b/remoteusage/remotewrapper.mdwn
@@ -16,8 +16,8 @@
SSH_REMOTE_HOST=notmuch
- # Note: for security reasons the control socket is placed in $HOME/.ssh
- SSH_CONTROL_PATH="-o ControlPath=$HOME/.ssh/notmuch-remote.%r@%h:%p"
+ # Note: for security reasons the control socket is placed in ~/.ssh
+ SSH_CONTROL_PATH='-o ControlPath=~/.ssh/notmuch-remote.%r@%h:%p'
# Start a background master connection if one isn't running yet
ssh ${SSH_CONTROL_PATH} -O check ${SSH_REMOTE_HOST} 2>/dev/null ||