Merge branch 'vendor/MDOCML'
[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 \
8         --with-pam --with-tcp-wrappers --with-libedit --with-ssl-engine
9
10 Update config.h and version.h in secure/lib/libssh.
11 Update ssh{,d}_config and ssh{,d}_config.5.
12
13 Used in:
14 lib/pam_module/pam_ssh/
15 secure/lib/libssh/
16 secure/libexec/sftp-server/
17 secure/libexec/ssh-keysign/
18 secure/usr.bin/scp/
19 secure/usr.bin/sftp/
20 secure/usr.bin/ssh/
21 secure/usr.bin/ssh-add/
22 secure/usr.bin/ssh-agent/
23 secure/usr.bin/ssh-keygen/
24 secure/usr.bin/ssh-keyscan/
25 secure/usr.sbin/sshd/