Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3 /
dist-packages /
mercurial /
helptext /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
internals
[ DIR ]
drwxr-xr-x
__init__.py
0
B
-rw-r--r--
bundlespec.txt
2.64
KB
-rw-r--r--
color.txt
4.5
KB
-rw-r--r--
common.txt
240
B
-rw-r--r--
config.txt
116.16
KB
-rw-r--r--
dates.txt
1.25
KB
-rw-r--r--
deprecated.txt
678
B
-rw-r--r--
diffs.txt
1.33
KB
-rw-r--r--
environment.txt
4.28
KB
-rw-r--r--
evolution.txt
2.1
KB
-rw-r--r--
extensions.txt
1.22
KB
-rw-r--r--
filesets.txt
2.07
KB
-rw-r--r--
flags.txt
2.93
KB
-rw-r--r--
glossary.txt
14.86
KB
-rw-r--r--
hg-ssh.8.txt
1.81
KB
-rw-r--r--
hg.1.txt
3.13
KB
-rw-r--r--
hgignore.5.txt
723
B
-rw-r--r--
hgignore.txt
3.34
KB
-rw-r--r--
hgrc.5.txt
795
B
-rw-r--r--
hgweb.txt
3.29
KB
-rw-r--r--
merge-tools.txt
4.41
KB
-rw-r--r--
pager.txt
1.43
KB
-rw-r--r--
patterns.txt
3.73
KB
-rw-r--r--
phases.txt
2.97
KB
-rw-r--r--
revisions.txt
6.82
KB
-rw-r--r--
rust.txt
3.05
KB
-rw-r--r--
scripting.txt
7.99
KB
-rw-r--r--
subrepos.txt
7.21
KB
-rw-r--r--
templates.txt
5.83
KB
-rw-r--r--
urls.txt
2.47
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : hg-ssh.8.txt
======== hg-ssh ======== ---------------------------------------- restricted ssh login shell for Mercurial ---------------------------------------- :Author: Thomas Arendsen Hein <thomas@intevation.de> :Organization: Mercurial :Manual section: 8 :Manual group: Mercurial Manual .. contents:: :backlinks: top :class: htmlonly :depth: 1 Synopsis """""""" **hg-ssh** repositories... Description """"""""""" **hg-ssh** is a wrapper for ssh access to a limited set of mercurial repos. To be used in ~/.ssh/authorized_keys with the "command" option, see sshd(8): command="hg-ssh path/to/repo1 /path/to/repo2 ~/repo3 ~user/repo4" ssh-dss ... (probably together with these other useful options: no-port-forwarding,no-X11-forwarding,no-agent-forwarding) This allows pull/push over ssh from/to the repositories given as arguments. If all your repositories are subdirectories of a common directory, you can allow shorter paths with: command="cd path/to/my/repositories && hg-ssh repo1 subdir/repo2" You can use pattern matching of your normal shell, e.g.: command="cd repos && hg-ssh user/thomas/* projects/{mercurial,foo}" You can also add a --read-only flag to allow read-only access to a key, e.g.: command="hg-ssh --read-only repos/\*" Bugs """" Probably lots, please post them to the mailing list (see Resources_ below) when you find them. See Also """""""" |hg(1)|_ Author """""" Written by Olivia Mackall <olivia@selenic.com> Resources """"""""" Main Web Site: https://mercurial-scm.org/ Source code repository: https://www.mercurial-scm.org/repo/hg Mailing list: https://www.mercurial-scm.org/mailman/listinfo/mercurial/ Copying """"""" Copyright (C) 2005-2016 Olivia Mackall. Free use of this software is granted under the terms of the GNU General Public License version 2 or any later version. .. include:: common.txt
Close