The following changes were made:

* Added shadow as dependency (for useradd and groupadd)
  * Removed old usher script
  * Modified client and server usher to not use chroot
This commit is contained in:
2017-11-26 13:34:08 -06:00
parent a5b7bc71d0
commit ad3ba89a0c
5 changed files with 24 additions and 118 deletions

View File

@@ -8,7 +8,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
DEPENDS = glibc,openssh-client,openssl,zlib
DEPENDS = glibc,openssh-client,openssl,shadow,zlib
BRIEF = OpenSSH server
DESC = The OpenSSH server allows remote users to access the system securely