e5f73d616ba2fd2f50223e7933ba4c8471ce0065
[dragonfly.git] / crypto / openssh / README.DRAGONFLY
1 OPENSSH
2 =======
3
4 Original source can be downloaded from OpenBSD at
5 ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
6
7 file = openssh-8.0p1.tar.gz
8 date = 18 April 2019
9 size = 1597697
10 sha1 = 756dbb99193f9541c9206a667eaa27b0fa184a4f
11
12 A list of deleted files is in README.DELETED.
13
14 Upgrading notes:
15 ./configure --prefix=/usr --sysconfdir=/etc/ssh --with-sandbox=rlimit --with-pam \
16             --with-libedit --without-ssl-engine --without-rpath \
17             --with-privsep-path=/var/empty --with-xauth=/usr/local/bin/xauth \
18             --disable-pkcs11 ac_cv_lib_dl_dlopen=no
19
20 Update config.h in lib/libssh.
21 Update version in sshd_config, sshd_config.5, version.h.
22
23 Used in:
24 lib/libssh/
25 lib/libpam/modules/pam_ssh/
26 libexec/sftp-server/
27 libexec/ssh-keysign/
28 libexec/ssh-pkcs11-helper/
29 usr.bin/scp/
30 usr.bin/sftp/
31 usr.bin/ssh-add/
32 usr.bin/ssh-agent/
33 usr.bin/ssh-keygen/
34 usr.bin/ssh-keyscan/
35 usr.bin/ssh/
36 usr.sbin/sshd/