diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-10-03 16:29:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-10-03 16:29:43 +0100 |
commit | 01e0750c93427cde2b2d19261fefa5d1373e9c37 (patch) | |
tree | b7fb870ea7cf41fbf9174bac1d3f024656b7ccc0 /bin/sshd_wrapper | |
parent | dfec061a2da2a936da146db7f261a840faed73ac (diff) |
drop any entropy shit in here
Diffstat (limited to 'bin/sshd_wrapper')
-rwxr-xr-x | bin/sshd_wrapper | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/sshd_wrapper b/bin/sshd_wrapper deleted file mode 100755 index 7ea8331..0000000 --- a/bin/sshd_wrapper +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -exec /usr/sbin/sshd -e "${@}" 2> /.sshd.log |