diff options
author | Michal Bialozor <bialyy@o2.pl> | 2011-03-05 18:22:25 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-05 18:22:25 -0300 |
commit | bec82caba55fdf2e2d986320cbbe15c3b8ca2ed8 (patch) | |
tree | 9da37912faafc6abbda84937f6d3a4d2da9c5ba6 /network/rssh/README | |
parent | 53fb4f05f2cce1369eaa249d7f61e0822033b675 (diff) |
network/rssh: Added (restricted ssh)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/rssh/README')
-rw-r--r-- | network/rssh/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/network/rssh/README b/network/rssh/README new file mode 100644 index 000000000000..a072937f466e --- /dev/null +++ b/network/rssh/README @@ -0,0 +1,5 @@ +rssh is a restricted shell for use with OpenSSH, allowing only scp +and/or sftp. It now also includes support for rdist, rsync, and cvs. +For example, if you have a server which you only want to allow users +to copy files off of via scp, without providing shell access, you can +use rssh to do that. |