diff --git a/acct-user/sshd/metadata.xml b/acct-user/sshd/metadata.xml new file mode 100644 index 0000000000000..3e60a9a347a4e --- /dev/null +++ b/acct-user/sshd/metadata.xml @@ -0,0 +1,8 @@ + + + + + base-system@gentoo.org + Gentoo Base System + + diff --git a/acct-user/sshd/sshd-0.ebuild b/acct-user/sshd/sshd-0.ebuild new file mode 100644 index 0000000000000..06703c1956bae --- /dev/null +++ b/acct-user/sshd/sshd-0.ebuild @@ -0,0 +1,15 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for ssh" + +ACCT_USER_ID=22 +ACCT_USER_HOME=/var/empty +ACCT_USER_HOME_OWNER=root:root +ACCT_USER_GROUPS=( sshd ) + +acct-user_add_deps