src/init/conf/hg-ssh-wrapper
author Paul Crowley <paul@lshift.net>
Fri, 06 Mar 2009 12:34:07 +0000
changeset 72 582808b47653
parent 71 1120f78f81da
permissions -rwxr-xr-x
All work now in hg-ssh

#!/bin/sh
# Copyright 2008-2009 LShift Ltd

# This file should live in /etc/mercurial-server.  It expects
# to be specified as the target of the "command" section in the prefix
# of a key in the authorized_keys file, and be passed a name associated
# with an ssh key as its only argument.

set -e
exec /usr/local/lib/mercurial-server/hg-ssh $1