mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
97a018a48f
1. Makefile cleanups, pkg/DESCR original comment (obrien) 2. sshd.sh and automatic host key generation when installed (Christian Weisgerber <naddy@unix-ag.uni-kl.de>) 3. Completely redone downloading procedure: * CVS is used to download the source (${CVS_CMD} defaults to cvs -z3) * MD5 checksums and a specific ${CVS_DATE} are used to get a specific source tree and verify it; ${CVS_DATE} and checksums can easily be rolled forward once tested. * Source is checked out to distfiles like other ports, and is only updated when ${CVS_DATE} changes. Rebuilding the port doesn't require another cvs co. Enjoy! Reviewed mostly by: obrien
18 lines
397 B
Plaintext
18 lines
397 B
Plaintext
bin/scp
|
|
bin/ssh
|
|
bin/ssh-add
|
|
bin/ssh-agent
|
|
bin/ssh-keygen
|
|
etc/rc.d/sshd.sh
|
|
etc/ssh_config
|
|
etc/sshd_config
|
|
man/man1/scp.1.gz
|
|
man/man1/slogin.1.gz
|
|
man/man1/ssh-add.1.gz
|
|
man/man1/ssh-agent.1.gz
|
|
man/man1/ssh-keygen.1.gz
|
|
man/man1/ssh.1.gz
|
|
man/man8/sshd.8.gz
|
|
sbin/sshd
|
|
@exec if [ ! -f %D/etc/ssh_host_key ]; then echo "Generating a secret host key..."; %D/bin/ssh-keygen -N "" -f %D/etc/ssh_host_key; fi
|