summaryrefslogtreecommitdiffstats
path: root/crypto/scponly/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/scponly/DETAILS')
-rwxr-xr-xcrypto/scponly/DETAILS9
1 files changed, 8 insertions, 1 deletions
diff --git a/crypto/scponly/DETAILS b/crypto/scponly/DETAILS
index 9465c668fa..46fe32df41 100755
--- a/crypto/scponly/DETAILS
+++ b/crypto/scponly/DETAILS
@@ -11,5 +11,12 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="crypto"
SHORT="An alternative shell allowing only scp and/or sftp"
cat << EOF
-scponly is an alternative "shell" of sorts for system administrators who would like to provide access to remote users to both read and write local files without providing any remote execution priviledges. Functionally, it is a wrapper around the ssh suite of applications. It is typically used by creating a user whose shell is set to scponly. This user can neither login interactively nor execute commands remotely, but it can use scp and sftp to download and upload files to the computer, governed by the usual Unix file permissions.
+scponly is an alternative "shell" of sorts for system administrators who
+would like to provide access to remote users to both read and write local
+files without providing any remote execution priviledges. Functionally, it
+is a wrapper around the ssh suite of applications. It is typically used by
+creating a user whose shell is set to scponly. This user can neither login
+interactively nor execute commands remotely, but it can use scp and sftp
+to download and upload files to the computer, governed by the usual Unix
+file permissions.
EOF