xref: /dragonfly/crypto/openssh/README.DRAGONFLY (revision 73610d44)
1Original source can be downloaded from OpenBSD at
2ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
3
4A list of deleted files is in README.DELETED.
5
6Upgrading notes:
7./configure --prefix=/usr --sysconfdir=/etc/ssh --with-sandbox=rlimit \
8	--with-pam --with-libedit --with-ssl-engine
9
10Update SSH_VERSION_DRAGONFLY in version.h.
11Update config.h in secure/lib/libssh.
12Update ssh{,d}_config and ssh{,d}_config.5.
13Update ssh_namespace.h
14
15Used in:
16lib/pam_module/pam_ssh/
17secure/lib/libssh/
18secure/libexec/sftp-server/
19secure/libexec/ssh-keysign/
20secure/usr.bin/scp/
21secure/usr.bin/sftp/
22secure/usr.bin/ssh/
23secure/usr.bin/ssh-add/
24secure/usr.bin/ssh-agent/
25secure/usr.bin/ssh-keygen/
26secure/usr.bin/ssh-keyscan/
27secure/usr.sbin/sshd/
28