diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2012-05-22 00:35:09 +0300 |
|---|---|---|
| committer | Tomi Ollila <tomi.ollila@iki.fi> | 2012-05-22 00:35:09 +0300 |
| commit | 96400486885c41a331864b7bfa843e29783ca201 (patch) | |
| tree | f255db49621588cb90a6dcc8fbfb347b95093d57 /remoteusage | |
| parent | d8c718815e47c8e6ac235b5dd431cd9869181ef7 (diff) | |
let ssh to do tilde (~) expansion...
Diffstat (limited to 'remoteusage')
| -rw-r--r-- | remoteusage/remotewrapper.mdwn | 4 |
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 || |
