aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rssh/rssh.post-install
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-11-27 16:20:22 +0100
committerJakub Jirutka <jakub@jirutka.cz>2016-11-27 16:21:44 +0100
commitf18616827add1d0f51f0e61bd6675e110d43da7f (patch)
treea33f0a5595cc01461a3621bd6b4501bb7ed096b7 /testing/rssh/rssh.post-install
parent80850b5aa47aef84c29e8bce9bb033811884f282 (diff)
downloadaports-f18616827add1d0f51f0e61bd6675e110d43da7f.tar.bz2
aports-f18616827add1d0f51f0e61bd6675e110d43da7f.tar.xz
testing/rssh: new aport
http://www.pizzashack.org/rssh/ Restricted shell for use with OpenSSH, allowing only scp, sftp, and/or rsync
Diffstat (limited to 'testing/rssh/rssh.post-install')
-rw-r--r--testing/rssh/rssh.post-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/rssh/rssh.post-install b/testing/rssh/rssh.post-install
new file mode 100644
index 0000000000..926f258224
--- /dev/null
+++ b/testing/rssh/rssh.post-install
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+add-shell /usr/bin/rssh
+exit 0