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