summaryrefslogtreecommitdiff
path: root/shells/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-05-21 13:37:24 +0000
committerClement Laforet <clement@FreeBSD.org>2004-05-21 13:37:24 +0000
commit288e67f0c1c1c06a91093e3d8c31bd32432cc45e (patch)
treeab5a21d127f0005098f4a359bb867d127f8aa18f /shells/Makefile
parentUpdate to 0.3.8. (diff)
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
Notes
Notes: svn path=/head/; revision=109638
Diffstat (limited to '')
-rw-r--r--shells/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile
index 19450eee385a..a72a5d97082b 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -20,6 +20,7 @@
SUBDIR += pdksh
SUBDIR += perlsh
SUBDIR += rc
+ SUBDIR += rssh
SUBDIR += sash
SUBDIR += scponly
SUBDIR += tcshrc