diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-12-03 03:20:49 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-12-03 03:20:49 +0200 |
commit | 58ae5bbf25835bd30fa385275ff4486dbc31f0a2 (patch) | |
tree | 3a68352e09b5cce3a8a33a7eef956e9d254d126e /bin/sshd_wrapper |
Making public our Kogaion bin
Diffstat (limited to 'bin/sshd_wrapper')
-rwxr-xr-x | bin/sshd_wrapper | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/sshd_wrapper b/bin/sshd_wrapper new file mode 100755 index 0000000..7ea8331 --- /dev/null +++ b/bin/sshd_wrapper @@ -0,0 +1,3 @@ +#!/bin/bash + +exec /usr/sbin/sshd -e "${@}" 2> /.sshd.log |