Release Engineering: nrelease work, more didbootstrap, include pkgsrcs, and more
[dragonfly.git] / crypto / openssh-5 / README.DRAGONFLY
blob3ee9a89a95616cbf341e5f033afc035a57034d4d
1 Original source can be downloaded from OpenBSD at
2 ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
4 A list of deleted files is in README.DELETED.
6 CVS import hint:
7 cvs import src/crypto/openssh-5 OPENSSH v5_?p1
9 Upgrading notes:
10 ./configure --prefix=/usr --sysconfdir=/etc/ssh \
11         --with-pam --with-tcp-wrappers --with-libedit
13 Update config.h and version.h in secure/lib/libssh.
14 Update ssh{,d}_config and ssh{,d}_config.5.
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/