xref: /dragonfly/crypto/openssh/README.DRAGONFLY (revision 2c81fb9c)
1OPENSSH
2=======
3
4Original source can be downloaded from OpenBSD at
5ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
6
7file = openssh-9.1p1.tar.gz
8date = 04 October 2022
9size = 1838747
10sha1 = 15545440268967511d3194ebf20bcd0c7ff3fcc9
11
12A list of deleted files is in README.DELETED.
13
14Configured 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
20
21The 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
29
30NOTE: The configure script misdetects few things.
31Update config.h and openbsd-compat in lib/libssh.
32
33Used in:
34lib/libssh/
35libexec/sftp-server/
36libexec/ssh-keysign/
37libexec/ssh-pkcs11-helper/
38usr.bin/scp/
39usr.bin/sftp/
40usr.bin/ssh-add/
41usr.bin/ssh-agent/
42usr.bin/ssh-keygen/
43usr.bin/ssh-keyscan/
44usr.bin/ssh/
45usr.sbin/sshd/
46