xref: /dragonfly/crypto/openssh/README.DRAGONFLY (revision 0dace59e)
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-tcp-wrappers --with-libedit --with-ssl-engine
9
10Update config.h and version.h in secure/lib/libssh.
11Update ssh{,d}_config and ssh{,d}_config.5.
12Update ssh_namespace.h
13
14Used in:
15lib/pam_module/pam_ssh/
16secure/lib/libssh/
17secure/libexec/sftp-server/
18secure/libexec/ssh-keysign/
19secure/usr.bin/scp/
20secure/usr.bin/sftp/
21secure/usr.bin/ssh/
22secure/usr.bin/ssh-add/
23secure/usr.bin/ssh-agent/
24secure/usr.bin/ssh-keygen/
25secure/usr.bin/ssh-keyscan/
26secure/usr.sbin/sshd/
27