Update build for OpenSSH 5.0p1.
[dragonfly.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 --with-pam --with-tcp-wrappers --without-xauth --with-libedit
11 Update config.h and version.h in secure/lib/libssh.
12 Update ssh{,d}_config and ssh{,d}_config.5.
13
14 Used in:
15 lib/pam_module/pam_ssh/
16 secure/lib/libssh/
17 secure/libexec/sftp-server/
18 secure/libexec/ssh-keysign/
19 secure/usr.bin/scp/
20 secure/usr.bin/sftp/
21 secure/usr.bin/ssh/
22 secure/usr.bin/ssh-add/
23 secure/usr.bin/ssh-agent/
24 secure/usr.bin/ssh-keygen/
25 secure/usr.bin/ssh-keyscan/
26 secure/usr.sbin/sshd/