aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/openssh
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-06-12 01:12:19 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-06-12 01:12:19 +0800
commita898da010f6e5c113d71ecdefb179bca96841089 (patch)
tree8f936d1dcd5eb3ca61d77ea5a740c79fdc70aab4 /repos/extra/openssh
parentbc1b742b6d6e2f4ef62a0816ac9adc59b8014f75 (diff)
downloadalicelinux-a898da010f6e5c113d71ecdefb179bca96841089.tar.gz
alicelinux-a898da010f6e5c113d71ecdefb179bca96841089.zip
openssh: removed postinstall script
Diffstat (limited to 'repos/extra/openssh')
-rwxr-xr-xrepos/extra/openssh/postinstall10
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
-