Package: restricted-ssh-commands
Version: 0.3-1
Severity: minor
hi,
the command example in the package description uses /usr/bin/ instead
of /usr/lib/.
thanks, Stefan
diff -uNrp restricted-ssh-commands-0.3.orig/debian/control restricted-ssh-commands-0.3/debian/control
--- restricted-ssh-commands-0.3.orig/debian/control 2015-12-08 10:33:09.000000000 +0100
+++ restricted-ssh-commands-0.3/debian/control 2016-10-04 13:17:38.540563422 +0200
@@ -24,5 +24,5 @@ Description: Restrict SSH users to a pre
Create a configuration file in /etc/restricted-ssh-commands/ and add
following line to ~/.ssh/authorized_keys to use it
.
- command="/usr/bin/restricted-ssh-commands",no-port-forwarding,
+ command="/usr/lib/restricted-ssh-commands",no-port-forwarding,
no-X11-forwarding,no-agent-forwarding,no-pty ssh-rsa [...]