inet6: require RTF_ANNOUNCE to proxy NS
[dragonfly.git] / crypto / openssh / README.DRAGONFLY
blob8405315cfc38abe904457b6f30fefc51badef5d0
1 OPENSSH
2 =======
4 Original source can be downloaded from OpenBSD at
5 ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
7 file = openssh-9.1p1.tar.gz
8 date = 04 October 2022
9 size = 1838747
10 sha1 = 15545440268967511d3194ebf20bcd0c7ff3fcc9
12 A list of deleted files is in README.DELETED.
14 Configured with
15 ===============
16 ./configure --prefix=/usr --sysconfdir=/etc/ssh --with-sandbox=rlimit --with-pam \
17             --with-libedit --without-ssl-engine --without-rpath \
18             --with-privsep-path=/var/empty --with-xauth=/usr/local/bin/xauth \
19             --disable-pkcs11 ac_cv_lib_dl_dlopen=no
21 The following files have been patched (* planned)
22 =================================================
23   auth-pam.c                    WARNS, static sshpam_password_change_required()
24   platform.h                    pledge dummies
25   session.c                     WARNS, unused copy_environment()
26                                 WARNS, strdup(login_getcapstr()) (leak)
27   servconf.c                    PAM defaults
28   sshd_config                   PasswordAuthentication no
30 NOTE: The configure script misdetects few things.
31 Update config.h and openbsd-compat in lib/libssh.
33 Used in:
34 lib/libssh/
35 libexec/sftp-server/
36 libexec/ssh-keysign/
37 libexec/ssh-pkcs11-helper/
38 usr.bin/scp/
39 usr.bin/sftp/
40 usr.bin/ssh-add/
41 usr.bin/ssh-agent/
42 usr.bin/ssh-keygen/
43 usr.bin/ssh-keyscan/
44 usr.bin/ssh/
45 usr.sbin/sshd/