diff options
Diffstat (limited to 'repos/extra/openssh/postinstall')
| -rwxr-xr-x | repos/extra/openssh/postinstall | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/repos/extra/openssh/postinstall b/repos/extra/openssh/postinstall deleted file mode 100755 index 981ce237..00000000 --- a/repos/extra/openssh/postinstall +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -getent group sshd >/dev/null || groupadd -g 50 sshd -getent passwd messagebus >/dev/null || \ - useradd -c 'sshd PrivSep' \ - -d /var/lib/sshd \ - -g sshd \ - -s /bin/false \ - -u 50 sshd - |