We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2ceae commit 7a27df9Copy full SHA for 7a27df9
Makefile
@@ -1,7 +1,7 @@
1
PREFIX=/usr
2
3
-VERSION = 0.2
4
-DATE = 2015-10-07
+VERSION = 0.3
+DATE = 2015-12-08
5
6
all:
7
NEWS
@@ -1,3 +1,9 @@
+restricted-ssh-commands 0.3 (2015-12-08)
+
+* doc: Clarify regular expression type (POSIX ERE)
+* Execute command in user's shell (instead of calling it directly)
+* Always print denied command
restricted-ssh-commands 0.2 (2015-10-07)
8
9
* Fix passing the config to the command as stdin
0 commit comments