./shells/scponly, Shell that only permits sftp

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.8nb2, Package name: scponly-4.8nb2, Maintainer: sborrill

scponly is an alternative shell for system administrators who would like to
allow remote users to both read and write local files without providing any
remote execution privileges.

The only commands allowed are "scp" (for ssh1), "sftp-server" (for ssh2") and
"ls". Arguments to these commands are passed along unmolested.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 99.304 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 13:18:40 by Nia Alarie | Files touched by this commit (38)
Log message:
shells: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:56:13 by Nia Alarie | Files touched by this commit (38)
Log message:
shells: Remove SHA1 hashes for distfiles
   2020-05-20 08:09:10 by Roland Illig | Files touched by this commit (52)
Log message:
mark packages that fail with -Werror=char-subscripts

These packages are susceptible to bugs when confronted with non-ASCII
characters.

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182.

It takes some time to analyze and fix these individually, therefore they
are only marked as "needs work".
   2018-03-02 10:02:52 by Stephen Borrill | Files touched by this commit (1)
Log message:
Take maintainership.
Enable scp support.
Bump PKGREVISION.
   2017-09-04 20:01:05 by Thomas Klausner | Files touched by this commit (192)
Log message:
Comment out dead sites.
   2015-11-03 00:00:35 by Alistair G. Crooks | Files touched by this commit (25)
Log message:
Add SHA512 digests for distfiles for shells category

Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden).  Existing SHA1
digests retained for now as an audit trail.
   2012-09-12 01:25:10 by Aleksej Saushev | Files touched by this commit (26)
Log message:
"user-destdir" is default these days
   2011-12-05 23:56:22 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
#elif needs an expression, so just use #else.