Merge branch 'vendor/OPENSSH' (early part)
[games.git] / crypto / openssh-5 / 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 CVS import hint:
7 cvs import src/crypto/openssh-5 OPENSSH v5_?p1
8
9 Upgrading notes:
10 ./configure --prefix=/usr --sysconfdir=/etc/ssh \
11         --with-pam --with-tcp-wrappers --with-libedit
12
13 Update config.h and version.h in secure/lib/libssh.
14 Update ssh{,d}_config and ssh{,d}_config.5.
15
16 Used in:
17 lib/pam_module/pam_ssh/
18 secure/lib/libssh/
19 secure/libexec/sftp-server/
20 secure/libexec/ssh-keysign/
21 secure/usr.bin/scp/
22 secure/usr.bin/sftp/
23 secure/usr.bin/ssh/
24 secure/usr.bin/ssh-add/
25 secure/usr.bin/ssh-agent/
26 secure/usr.bin/ssh-keygen/
27 secure/usr.bin/ssh-keyscan/
28 secure/usr.sbin/sshd/