UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

openssh

The OpenSSH package contains ssh clients and the sshd daemon. This is useful for encrypting authentication and subsequent traffic over a network. The ssh and scp commands are secure implementations of telnet and rcp respectively.

Package info

Codename: openssh
Source file: openssh-7.7p1.tar.gz
Source directory: openssh-7.7p1
Package URL: https://umvirt.com/linux/downloads/0.1/packages/o/openssh-7.7p1.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/o/openssh-7.7p1.tar.gz.md5sum
Dependances: blfs-systemd-units.
Dependance of: gnome-keyring, openmpi, gst-plugins-bad, gvfs.
Patches: openssh-7.7p1-openssl-1.1.0-1.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
install  -v -m700 -d /var/lib/sshd &&
chown    -v root:sys /var/lib/sshd &&

groupadd -g 50 sshd        &&
useradd  -c 'sshd PrivSep' \
         -d /var/lib/sshd  \
         -g sshd           \
         -s /bin/false     \
         -u 50 sshd

./configure --prefix=/usr                     \
            --sysconfdir=/etc/ssh             \
            --with-md5-passwords              \
            --with-privsep-path=/var/lib/sshd

Build script:
make

Install script:
make install &&
install -v -m755    contrib/ssh-copy-id /usr/bin     &&

install -v -m644    contrib/ssh-copy-id.1 \
                    /usr/share/man/man1              &&
install -v -m755 -d /usr/share/doc/openssh-7.7p1     &&
install -v -m644    INSTALL LICENCE OVERVIEW README* \
                    /usr/share/doc/openssh-7.7p1