summaryrefslogtreecommitdiffstats
path: root/crypto/rssh/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rssh/DETAILS')
-rwxr-xr-xcrypto/rssh/DETAILS16
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/rssh/DETAILS b/crypto/rssh/DETAILS
new file mode 100755
index 0000000000..48ac596602
--- /dev/null
+++ b/crypto/rssh/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=rssh
+ VERSION=2.3.2
+ SECURITY_PATCH=1
+ BUILD_API=2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_HASH=sha512:17868d28e72c13087e088a093df505526e157915d15abc080040faa03ee3ae40bb880d1c621a0f47c54da5f3a11bdf90ac4c43659054e954489cc938162a26d5
+ WEB_SITE=http://www.pizzashack.org/rssh/
+ ENTERED=20030508
+ UPDATED=20030508
+ LICENSE[0]=BSD
+ SHORT="Restricted shell allowing only scp and/or sftp"
+cat << EOF
+rssh is a restricted shell for use with OpenSSH, allowing only scp and/or sftp. 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.
+EOF