table of contents
other versions
- bullseye 5.6.1-4
- testing 6.3.2-1
- unstable 6.3.2-1
- experimental 6.4.2-1
HG-SSH(8) | System Manager's Manual | HG-SSH(8) |
NAME¶
hg-ssh - restricted ssh login shell for Mercurial
SYNOPSIS¶
hg-ssh repositories...
DESCRIPTION¶
hg-ssh can be used as a restricted shell where access to Mercurial repositories is given over ssh(1). It should be specified, together with the paths to the repositories the user should be given access to, as a command option in an authorized_keys(5) file.
An example authorized_keys line using hg-ssh:
command="hg-ssh path/to/repo1 /path/to/repo2 ~/repo3
~user/repo4" ssh-rsa AA...==
The user with the specified key would then be permitted to push and pull to the repositories using the URLs:
SEE ALSO¶
2008-01-03 |