The FreeBSD Ports Archive
FreeBSD shells : scponly4>
A tiny shell that only permits scp and sftp
[Excerpted from the README:] "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
privileges. Functionally, it is best described as a wrapper to the
tried-and-true ssh suite.
scponly validates remote requests by examining the third argument passed to the
shell upon login. (The first argument is the shell itself, and the second is
-c.) The only commands allowed are "scp", "sftp-server" and "ls". Arguments
to these commands are passed along unmolested.
http://www.sublimation.org/scponly/
|
scponly history
v. 1.28
date: 2007/10/03 13:07:55; author: edwin; state: Exp; lines: +1 -1
Bump portv. after previous commit
v. 1.27
date: 2007/10/03 13:07:09; author: edwin; state: Exp; lines: +10 -9
scponlyc sftp support doesn't work without minimal devfs in chroot dir
I'm finding that recently-created scponlyc chroots do not
provide a sufficient environment for /usr/libexec/sftp-server
to run. The sftp client symptom is just:
$ sftp user@www
Connecting to www...
Password:
Connection closed
$
The cause appears to be that recent versions of
/usr/libexec/sftp-server will complain about of lack of
access to /dev/null and exit, resulting in the closed
connection witnessed by the remote client.
The solution appears to be to create a devfs in the scponlyc
chroot.
To automatically create at boot time a devfs in the home
directory of each user of scponlyc, I have chosen to put a
script in /usr/local/etc/rc.d.
PR: ports/108009
Submitted by: Jim Long
Approved by: maintainer timeout
v. 1.26
date: 2007/08/13 10:34:17; author: mm; state: Exp; lines: +15 -3
- Add OPTIONS for included knobs
PR: ports/110036
Approved by: maintainer (timeout), garga (mentor, implicit)
v. 1.25
date: 2006/08/06 17:38:15; author: arved; state: Exp; lines: +3 -1
Unbreak rsync comatibility when long opts ("--server", "--sender"
and "--delete" in this case) specified.
PR: 96295
Suggested by: ueda _at_ drweb dot jp
Obtained from: https://lists.ccs.neu.edu/pipermail/scponly/2006-March/001287.html
Approved by: rushani (maintainer)
v. 1.24
date: 2006/06/03 02:59:04; author: mnag; state: Exp; lines: +1 -2
- Update to 4.6
PR: 98278
Submitted by: maintainer
v. 1.23
date: 2006/05/09 20:54:19; author: edwin; state: Exp; lines: +1 -0
shells/scponly cannot work with rsync
From: Hideyuki KURASHINA
I've confirmed the rsync compatibility in scponly 4.4 is broken.
Unfortunately, at this moment I don't have enough time to
test the patch you showed us...
PR: ports/96295
Submitted by: UEDA Hiroyuki
v. 1.22
date: 2006/01/31 14:05:46; author: barner; state: Exp; lines: +1 -1
- Update to 4.4
o fixes that hopefully improve the optarg compilation situation
o UNISON $HOME environment fix
o fixes to setup_chroot.sh.in
PR: ports/92587
Submitted by: rushani (maintainer)
v. 1.21
date: 2005/12/29 05:17:54; author: edwin; state: Exp; lines: +2 -2
[Maintainer update] shells/scponly: Update to 4.3.
Update to 4.3. Highlights in this release,
- Compatibility of WinSCP in SCP mode improved.
- The scponlyc (chroot'ed version of scponly) works again.
PR: ports/91039
Submitted by: Hideyuki KURASHINA
v. 1.20
date: 2005/12/27 21:25:56; author: edwin; state: Exp; lines: +8 -2
[Maintainer update] shells/scponly: Fix WinSCP compativility and etc
1. Fix WinSCP compativility in SCP mode. PORTREVISION bumped.
2. Add sourceforge mirrors to ${MASTER_SITES}.
3. From scponly 4.2, scp & WinSCP compatibilities are not enabled
by default. Notice this at pre-everything target as well as
UPDATING.
PR: ports/90983
Submitted by: Hideyuki KURASHINA
v. 1.19
date: 2005/12/22 16:24:30; author: garga; state: Exp; lines: +26 -18
o Update to 4.2.
- Security fixes (local privilege escalation exploits). See
https://lists.ccs.neu.edu/pipermail/scponly/2005-December/001027.html
for details.
- The scp and WinSCP compatibilities are turned off by default
to improve scp argument processing.
- The sftp-logging supported.
- Etc.
o Add SHA256 hash.
PR: ports/90813
Submitted by: maintainer
Security: https://lists.ccs.neu.edu/pipermail/scponly/2005-December/001027.html
v. 1.18
date: 2005/06/20 14:51:14; author: nork; state: Exp; lines: +3 -2
Fix svn issue with scponly via ssh+svn://.
Submitted by: Matthias Fechner
Reviewed by: rushani (maintainer)
v. 1.17
date: 2005/06/19 04:20:40; author: nork; state: Exp; lines: +1 -1
Bump PORTREVISION by previous commit.
Approved by: rushani (maintainer)
v. 1.16
date: 2005/06/18 18:50:26; author: nork; state: Exp; lines: +9 -0
Add support ssh+svn://.
PR: ports/81889
Submitted by: Matthias Fechner
Approved by: rushani (maintainer)
v. 1.15
date: 2005/04/14 03:56:00; author: leeym; state: Exp; lines: +2 -2
- Update to 4.1
PR: 79859
Submitted by: rushani
v. 1.14
date: 2004/12/15 10:47:52; author: vs; state: Exp; lines: +1 -1
Scponly validates dangerous arguments since version 4.0. However,
there is a regression compared with version 3.11. That is scponly
can not be built only with sftp support.
Reference: https://lists.ccs.neu.edu/pipermail/scponly/2004-December/000655.html
PR: ports/75092
Submitteed by: maintainer
v. 1.13
date: 2004/12/04 23:56:24; author: pav; state: Exp; lines: +22 -3
- Update to 4.0
PR: ports/74633
Submitted by: rushani (maintainer)
v. 1.12
date: 2004/07/17 13:02:01; author: krion; state: Exp; lines: +11 -3
Update to 3.11
PR: ports/69179
Submitted by: maintainer
v. 1.11
date: 2004/03/20 09:54:29; author: nork; state: Exp; lines: +18 -8
Update to 3.9(support for WinSCP3).
PR: ports/64076
Submitted by: Jim Shewmaker
Reviewed by: rushani (maintainer)
Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
v. 1.10
date: 2003/11/21 00:59:00; author: jeh; state: Exp; lines: +4 -0
scponly dist includes a script which setup chroot cage, which
depends a location of run-time link-editor. Since FreeBSD has
dynamic root capability from __FreeBSD_version == 501105, we
should add new location to unbreak the script.
PR: 59511
Submintted by: MAINTAINER
v. 1.9
date: 2003/09/02 08:47:16; author: nork; state: Exp; lines: +36 -25
o Respect scponly default configuration.
o Introduce WITH_SCPONLY_CHROOT knob.
o Use ${DOCSDIR} in Makefile.
PR: ports/56300
Submitted by: rushani (maintainer)
v. 1.8
date: 2003/07/25 23:15:46; author: maho; state: Exp; lines: +3 -1
Fix compatibility with rsync (depend explicitly on rsync).
PR: 54844
Submitted by: rushani (maintainer)
v. 1.7
date: 2003/07/25 23:12:03; author: maho; state: Exp; lines: +2 -2
fix configure arguments for gftp stuff.
PR: 54843
Submitted by: rushani (maintainer)
v. 1.6
date: 2003/05/10 21:54:40; author: nork; state: Exp; lines: +1 -1
Change maintainership to submitter.
Submitted by: Hideyuki KURASHINA
Approved by: Ken McGlothlen (maintainer)
v. 1.5
date: 2003/05/03 15:53:06; author: nork; state: Exp; lines: +1 -1
Update to 3.8.
PR: ports/51633
Submitted by: rushani
Approved by: maintainer implicitly
v. 1.4
date: 2003/04/17 18:40:51; author: nork; state: Exp; lines: +84 -4
o Update to 3.7.
o Take up more safety default setting.
PR: ports/48480, ports/48492, ports/50899
Submitted by: Sergey A. Osokin
Adam Jette
Miguel Mendez
Reviewed by: Sergey A. Osokin
Miguel Mendez
Ken McGlothlen (maintainer)
Approved by: Ken McGlothlen (maintainer)
v. 1.3
date: 2003/02/21 13:26:58; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.2
date: 2003/01/03 18:15:43; author: ijliao; state: Exp; lines: +2 -3
upgrade to 3.4
PR: 46243
Submitted by: maintainer
v. 1.1
date: 2002/09/10 22:18:46; author: obraun; state: Exp;
Add scponly 2.4, a tiny shell which only permits scp and sftp.
PR: ports/40935
Submitted by: Ken McGlothlen
=============================================================================
v. 1.28
date: 2007/10/03 13:07:55; author: edwin; state: Exp; lines: +1 -1
Bump portv. after previous commit
v. 1.27
date: 2007/10/03 13:07:09; author: edwin; state: Exp; lines: +10 -9
scponlyc sftp support doesn't work without minimal devfs in chroot dir
I'm finding that recently-created scponlyc chroots do not
provide a sufficient environment for /usr/libexec/sftp-server
to run. The sftp client symptom is just:
$ sftp user@www
Connecting to www...
Password:
Connection closed
$
The cause appears to be that recent versions of
/usr/libexec/sftp-server will complain about of lack of
access to /dev/null and exit, resulting in the closed
connection witnessed by the remote client.
The solution appears to be to create a devfs in the scponlyc
chroot.
To automatically create at boot time a devfs in the home
directory of each user of scponlyc, I have chosen to put a
script in /usr/local/etc/rc.d.
PR: ports/108009
Submitted by: Jim Long
Approved by: maintainer timeout
v. 1.26
date: 2007/08/13 10:34:17; author: mm; state: Exp; lines: +15 -3
- Add OPTIONS for included knobs
PR: ports/110036
Approved by: maintainer (timeout), garga (mentor, implicit)
v. 1.25
date: 2006/08/06 17:38:15; author: arved; state: Exp; lines: +3 -1
Unbreak rsync comatibility when long opts ("--server", "--sender"
and "--delete" in this case) specified.
PR: 96295
Suggested by: ueda _at_ drweb dot jp
Obtained from: https://lists.ccs.neu.edu/pipermail/scponly/2006-March/001287.html
Approved by: rushani (maintainer)
v. 1.24
date: 2006/06/03 02:59:04; author: mnag; state: Exp; lines: +1 -2
- Update to 4.6
PR: 98278
Submitted by: maintainer
v. 1.23
date: 2006/05/09 20:54:19; author: edwin; state: Exp; lines: +1 -0
shells/scponly cannot work with rsync
From: Hideyuki KURASHINA
I've confirmed the rsync compatibility in scponly 4.4 is broken.
Unfortunately, at this moment I don't have enough time to
test the patch you showed us...
PR: ports/96295
Submitted by: UEDA Hiroyuki
v. 1.22
date: 2006/01/31 14:05:46; author: barner; state: Exp; lines: +1 -1
- Update to 4.4
o fixes that hopefully improve the optarg compilation situation
o UNISON $HOME environment fix
o fixes to setup_chroot.sh.in
PR: ports/92587
Submitted by: rushani (maintainer)
v. 1.21
date: 2005/12/29 05:17:54; author: edwin; state: Exp; lines: +2 -2
[Maintainer update] shells/scponly: Update to 4.3.
Update to 4.3. Highlights in this release,
- Compatibility of WinSCP in SCP mode improved.
- The scponlyc (chroot'ed version of scponly) works again.
PR: ports/91039
Submitted by: Hideyuki KURASHINA
v. 1.20
date: 2005/12/27 21:25:56; author: edwin; state: Exp; lines: +8 -2
[Maintainer update] shells/scponly: Fix WinSCP compativility and etc
1. Fix WinSCP compativility in SCP mode. PORTREVISION bumped.
2. Add sourceforge mirrors to ${MASTER_SITES}.
3. From scponly 4.2, scp & WinSCP compatibilities are not enabled
by default. Notice this at pre-everything target as well as
UPDATING.
PR: ports/90983
Submitted by: Hideyuki KURASHINA
v. 1.19
date: 2005/12/22 16:24:30; author: garga; state: Exp; lines: +26 -18
o Update to 4.2.
- Security fixes (local privilege escalation exploits). See
https://lists.ccs.neu.edu/pipermail/scponly/2005-December/001027.html
for details.
- The scp and WinSCP compatibilities are turned off by default
to improve scp argument processing.
- The sftp-logging supported.
- Etc.
o Add SHA256 hash.
PR: ports/90813
Submitted by: maintainer
Security: https://lists.ccs.neu.edu/pipermail/scponly/2005-December/001027.html
v. 1.18
date: 2005/06/20 14:51:14; author: nork; state: Exp; lines: +3 -2
Fix svn issue with scponly via ssh+svn://.
Submitted by: Matthias Fechner
Reviewed by: rushani (maintainer)
v. 1.17
date: 2005/06/19 04:20:40; author: nork; state: Exp; lines: +1 -1
Bump PORTREVISION by previous commit.
Approved by: rushani (maintainer)
v. 1.16
date: 2005/06/18 18:50:26; author: nork; state: Exp; lines: +9 -0
Add support ssh+svn://.
PR: ports/81889
Submitted by: Matthias Fechner
Approved by: rushani (maintainer)
v. 1.15
date: 2005/04/14 03:56:00; author: leeym; state: Exp; lines: +2 -2
- Update to 4.1
PR: 79859
Submitted by: rushani
v. 1.14
date: 2004/12/15 10:47:52; author: vs; state: Exp; lines: +1 -1
Scponly validates dangerous arguments since version 4.0. However,
there is a regression compared with version 3.11. That is scponly
can not be built only with sftp support.
Reference: https://lists.ccs.neu.edu/pipermail/scponly/2004-December/000655.html
PR: ports/75092
Submitteed by: maintainer
v. 1.13
date: 2004/12/04 23:56:24; author: pav; state: Exp; lines: +22 -3
- Update to 4.0
PR: ports/74633
Submitted by: rushani (maintainer)
v. 1.12
date: 2004/07/17 13:02:01; author: krion; state: Exp; lines: +11 -3
Update to 3.11
PR: ports/69179
Submitted by: maintainer
v. 1.11
date: 2004/03/20 09:54:29; author: nork; state: Exp; lines: +18 -8
Update to 3.9(support for WinSCP3).
PR: ports/64076
Submitted by: Jim Shewmaker
Reviewed by: rushani (maintainer)
Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
v. 1.10
date: 2003/11/21 00:59:00; author: jeh; state: Exp; lines: +4 -0
scponly dist includes a script which setup chroot cage, which
depends a location of run-time link-editor. Since FreeBSD has
dynamic root capability from __FreeBSD_version == 501105, we
should add new location to unbreak the script.
PR: 59511
Submintted by: MAINTAINER
v. 1.9
date: 2003/09/02 08:47:16; author: nork; state: Exp; lines: +36 -25
o Respect scponly default configuration.
o Introduce WITH_SCPONLY_CHROOT knob.
o Use ${DOCSDIR} in Makefile.
PR: ports/56300
Submitted by: rushani (maintainer)
v. 1.8
date: 2003/07/25 23:15:46; author: maho; state: Exp; lines: +3 -1
Fix compatibility with rsync (depend explicitly on rsync).
PR: 54844
Submitted by: rushani (maintainer)
v. 1.7
date: 2003/07/25 23:12:03; author: maho; state: Exp; lines: +2 -2
fix configure arguments for gftp stuff.
PR: 54843
Submitted by: rushani (maintainer)
v. 1.6
date: 2003/05/10 21:54:40; author: nork; state: Exp; lines: +1 -1
Change maintainership to submitter.
Submitted by: Hideyuki KURASHINA
Approved by: Ken McGlothlen (maintainer)
v. 1.5
date: 2003/05/03 15:53:06; author: nork; state: Exp; lines: +1 -1
Update to 3.8.
PR: ports/51633
Submitted by: rushani
Approved by: maintainer implicitly
v. 1.4
date: 2003/04/17 18:40:51; author: nork; state: Exp; lines: +84 -4
o Update to 3.7.
o Take up more safety default setting.
PR: ports/48480, ports/48492, ports/50899
Submitted by: Sergey A. Osokin
Adam Jette
Miguel Mendez
Reviewed by: Sergey A. Osokin
Miguel Mendez
Ken McGlothlen (maintainer)
Approved by: Ken McGlothlen (maintainer)
v. 1.3
date: 2003/02/21 13:26:58; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.2
date: 2003/01/03 18:15:43; author: ijliao; state: Exp; lines: +2 -3
upgrade to 3.4
PR: 46243
Submitted by: maintainer
v. 1.1
date: 2002/09/10 22:18:46; author: obraun; state: Exp;
Add scponly 2.4, a tiny shell which only permits scp and sftp.
PR: ports/40935
Submitted by: Ken McGlothlen
=============================================================================
v. 1.28
date: 2007/10/03 13:07:55; author: edwin; state: Exp; lines: +1 -1
Bump portv. after previous commit
v. 1.27
date: 2007/10/03 13:07:09; author: edwin; state: Exp; lines: +10 -9
scponlyc sftp support doesn't work without minimal devfs in chroot dir
I'm finding that recently-created scponlyc chroots do not
provide a sufficient environment for /usr/libexec/sftp-server
to run. The sftp client symptom is just:
$ sftp user@www
Connecting to www...
Password:
Connection closed
$
The cause appears to be that recent versions of
/usr/libexec/sftp-server will complain about of lack of
access to /dev/null and exit, resulting in the closed
connection witnessed by the remote client.
The solution appears to be to create a devfs in the scponlyc
chroot.
To automatically create at boot time a devfs in the home
directory of each user of scponlyc, I have chosen to put a
script in /usr/local/etc/rc.d.
PR: ports/108009
Submitted by: Jim Long
Approved by: maintainer timeout
v. 1.26
date: 2007/08/13 10:34:17; author: mm; state: Exp; lines: +15 -3
- Add OPTIONS for included knobs
PR: ports/110036
Approved by: maintainer (timeout), garga (mentor, implicit)
v. 1.25
date: 2006/08/06 17:38:15; author: arved; state: Exp; lines: +3 -1
Unbreak rsync comatibility when long opts ("--server", "--sender"
and "--delete" in this case) specified.
PR: 96295
Suggested by: ueda _at_ drweb dot jp
Obtained from: https://lists.ccs.neu.edu/pipermail/scponly/2006-March/001287.html
Approved by: rushani (maintainer)
v. 1.24
date: 2006/06/03 02:59:04; author: mnag; state: Exp; lines: +1 -2
- Update to 4.6
PR: 98278
Submitted by: maintainer
v. 1.23
date: 2006/05/09 20:54:19; author: edwin; state: Exp; lines: +1 -0
shells/scponly cannot work with rsync
From: Hideyuki KURASHINA
I've confirmed the rsync compatibility in scponly 4.4 is broken.
Unfortunately, at this moment I don't have enough time to
test the patch you showed us...
PR: ports/96295
Submitted by: UEDA Hiroyuki
v. 1.22
date: 2006/01/31 14:05:46; author: barner; state: Exp; lines: +1 -1
- Update to 4.4
o fixes that hopefully improve the optarg compilation situation
o UNISON $HOME environment fix
o fixes to setup_chroot.sh.in
PR: ports/92587
Submitted by: rushani (maintainer)
v. 1.21
date: 2005/12/29 05:17:54; author: edwin; state: Exp; lines: +2 -2
[Maintainer update] shells/scponly: Update to 4.3.
Update to 4.3. Highlights in this release,
- Compatibility of WinSCP in SCP mode improved.
- The scponlyc (chroot'ed version of scponly) works again.
PR: ports/91039
Submitted by: Hideyuki KURASHINA
v. 1.20
date: 2005/12/27 21:25:56; author: edwin; state: Exp; lines: +8 -2
[Maintainer update] shells/scponly: Fix WinSCP compativility and etc
1. Fix WinSCP compativility in SCP mode. PORTREVISION bumped.
2. Add sourceforge mirrors to ${MASTER_SITES}.
3. From scponly 4.2, scp & WinSCP compatibilities are not enabled
by default. Notice this at pre-everything target as well as
UPDATING.
PR: ports/90983
Submitted by: Hideyuki KURASHINA
v. 1.19
date: 2005/12/22 16:24:30; author: garga; state: Exp; lines: +26 -18
o Update to 4.2.
- Security fixes (local privilege escalation exploits). See
https://lists.ccs.neu.edu/pipermail/scponly/2005-December/001027.html
for details.
- The scp and WinSCP compatibilities are turned off by default
to improve scp argument processing.
- The sftp-logging supported.
- Etc.
o Add SHA256 hash.
PR: ports/90813
Submitted by: maintainer
Security: https://lists.ccs.neu.edu/pipermail/scponly/2005-December/001027.html
v. 1.18
date: 2005/06/20 14:51:14; author: nork; state: Exp; lines: +3 -2
Fix svn issue with scponly via ssh+svn://.
Submitted by: Matthias Fechner
Reviewed by: rushani (maintainer)
v. 1.17
date: 2005/06/19 04:20:40; author: nork; state: Exp; lines: +1 -1
Bump PORTREVISION by previous commit.
Approved by: rushani (maintainer)
v. 1.16
date: 2005/06/18 18:50:26; author: nork; state: Exp; lines: +9 -0
Add support ssh+svn://.
PR: ports/81889
Submitted by: Matthias Fechner
Approved by: rushani (maintainer)
v. 1.15
date: 2005/04/14 03:56:00; author: leeym; state: Exp; lines: +2 -2
- Update to 4.1
PR: 79859
Submitted by: rushani
v. 1.14
date: 2004/12/15 10:47:52; author: vs; state: Exp; lines: +1 -1
Scponly validates dangerous arguments since version 4.0. However,
there is a regression compared with version 3.11. That is scponly
can not be built only with sftp support.
Reference: https://lists.ccs.neu.edu/pipermail/scponly/2004-December/000655.html
PR: ports/75092
Submitteed by: maintainer
v. 1.13
date: 2004/12/04 23:56:24; author: pav; state: Exp; lines: +22 -3
- Update to 4.0
PR: ports/74633
Submitted by: rushani (maintainer)
v. 1.12
date: 2004/07/17 13:02:01; author: krion; state: Exp; lines: +11 -3
Update to 3.11
PR: ports/69179
Submitted by: maintainer
v. 1.11
date: 2004/03/20 09:54:29; author: nork; state: Exp; lines: +18 -8
Update to 3.9(support for WinSCP3).
PR: ports/64076
Submitted by: Jim Shewmaker
Reviewed by: rushani (maintainer)
Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
v. 1.10
date: 2003/11/21 00:59:00; author: jeh; state: Exp; lines: +4 -0
scponly dist includes a script which setup chroot cage, which
depends a location of run-time link-editor. Since FreeBSD has
dynamic root capability from __FreeBSD_version == 501105, we
should add new location to unbreak the script.
PR: 59511
Submintted by: MAINTAINER
v. 1.9
date: 2003/09/02 08:47:16; author: nork; state: Exp; lines: +36 -25
o Respect scponly default configuration.
o Introduce WITH_SCPONLY_CHROOT knob.
o Use ${DOCSDIR} in Makefile.
PR: ports/56300
Submitted by: rushani (maintainer)
v. 1.8
date: 2003/07/25 23:15:46; author: maho; state: Exp; lines: +3 -1
Fix compatibility with rsync (depend explicitly on rsync).
PR: 54844
Submitted by: rushani (maintainer)
v. 1.7
date: 2003/07/25 23:12:03; author: maho; state: Exp; lines: +2 -2
fix configure arguments for gftp stuff.
PR: 54843
Submitted by: rushani (maintainer)
v. 1.6
date: 2003/05/10 21:54:40; author: nork; state: Exp; lines: +1 -1
Change maintainership to submitter.
Submitted by: Hideyuki KURASHINA
Approved by: Ken McGlothlen (maintainer)
v. 1.5
date: 2003/05/03 15:53:06; author: nork; state: Exp; lines: +1 -1
Update to 3.8.
PR: ports/51633
Submitted by: rushani
Approved by: maintainer implicitly
v. 1.4
date: 2003/04/17 18:40:51; author: nork; state: Exp; lines: +84 -4
o Update to 3.7.
o Take up more safety default setting.
PR: ports/48480, ports/48492, ports/50899
Submitted by: Sergey A. Osokin
Adam Jette
Miguel Mendez
Reviewed by: Sergey A. Osokin
Miguel Mendez
Ken McGlothlen (maintainer)
Approved by: Ken McGlothlen (maintainer)
v. 1.3
date: 2003/02/21 13:26:58; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.2
date: 2003/01/03 18:15:43; author: ijliao; state: Exp; lines: +2 -3
upgrade to 3.4
PR: 46243
Submitted by: maintainer
v. 1.1
date: 2002/09/10 22:18:46; author: obraun; state: Exp;
Add scponly 2.4, a tiny shell which only permits scp and sftp.
PR: ports/40935
Submitted by: Ken McGlothlen
=============================================================================
|
| |

|