From owner-cvs-all@FreeBSD.ORG Fri May 21 06:37:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F97C16A4CE; Fri, 21 May 2004 06:37:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 098F743D4C; Fri, 21 May 2004 06:37:33 -0700 (PDT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LDbOGN059576; Fri, 21 May 2004 06:37:24 -0700 (PDT) (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LDbOT5059575; Fri, 21 May 2004 06:37:24 -0700 (PDT) (envelope-from clement) Message-Id: <200405211337.i4LDbOT5059575@repoman.freebsd.org> From: Clement Laforet Date: Fri, 21 May 2004 06:37:24 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells Makefile ports/shells/rssh Makefile distinfo pkg-descr ports/shells/rssh/files patch-Makefile.in patch-util.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 13:37:33 -0000 clement 2004/05/21 06:37:24 PDT FreeBSD ports repository Modified files: shells Makefile Added files: shells/rssh Makefile distinfo pkg-descr shells/rssh/files patch-Makefile.in patch-util.c Log: Add rssh 2.1.1, a Restricted Secure SHell only for sftp or/and scp. rssh is a Restricted Secure SHell that allow only the use of sftp or scp. It could be use when you need an account (and a valid shell) in order to execute sftp or scp but when you don't want to give the possibility to log in to this user. WWW: http://www.pizzashack.org/rssh/index.shtml PR: ports/65860 Submitted by: enigmatyc Revision Changes Path 1.46 +1 -0 ports/shells/Makefile 1.1 +21 -0 ports/shells/rssh/Makefile (new) 1.1 +2 -0 ports/shells/rssh/distinfo (new) 1.1 +13 -0 ports/shells/rssh/files/patch-Makefile.in (new) 1.1 +94 -0 ports/shells/rssh/files/patch-util.c (new) 1.1 +9 -0 ports/shells/rssh/pkg-descr (new)