OpenSSH: Update READMEs.
[dragonfly.git] / crypto / openssh / README.DRAGONFLY
... / ...
CommitLineData
1OPENSSH
2=======
3
4Original source can be downloaded from OpenBSD at
5ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
6
7file = openssh-8.0p1.tar.gz
8date = 18 April 2019
9size = 1597697
10sha1 = 756dbb99193f9541c9206a667eaa27b0fa184a4f
11
12A list of deleted files is in README.DELETED.
13
14Upgrading 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
20Update config.h in lib/libssh.
21Update version in sshd_config, sshd_config.5, version.h.
22
23Used in:
24lib/libssh/
25lib/libpam/modules/pam_ssh/
26libexec/sftp-server/
27libexec/ssh-keysign/
28libexec/ssh-pkcs11-helper/
29usr.bin/scp/
30usr.bin/sftp/
31usr.bin/ssh-add/
32usr.bin/ssh-agent/
33usr.bin/ssh-keygen/
34usr.bin/ssh-keyscan/
35usr.bin/ssh/
36usr.sbin/sshd/