src/init/conf/hg-ssh-wrapper
changeset 50 77d97aa18f29
parent 39 f5055ce263c7
child 62 f1e319d3672a
equal deleted inserted replaced
49:a886ed5fec05 50:77d97aa18f29
     1 #!/bin/sh
     1 #!/bin/sh
       
     2 # Copyright 2008-2009 LShift Ltd
     2 
     3 
     3 # This file should live in /etc/mercurial-server.  It expects
     4 # This file should live in /etc/mercurial-server.  It expects
     4 # to be specified as the target of the "command" section in the prefix
     5 # to be specified as the target of the "command" section in the prefix
     5 # of a key in the authorized_keys file, and be passed a name associated
     6 # of a key in the authorized_keys file, and be passed a name associated
     6 # with an ssh key as its only argument.  It does some setting up before
     7 # with an ssh key as its only argument.  It does some setting up before