1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/ssh/pkg-plist

20 lines
386 B
Plaintext
Raw Normal View History

bin/make-ssh-known-hosts
bin/make-ssh-known-hosts1
bin/scp
bin/scp1
bin/slogin
bin/ssh
bin/ssh-add
bin/ssh-add1
bin/ssh-agent
bin/ssh-agent1
bin/ssh-keygen
bin/ssh-keygen1
bin/ssh1
etc/rc.d/sshd.sh
etc/ssh_config
etc/sshd_config
sbin/sshd
sbin/sshd1
@exec if [ ! -f %D/etc/ssh_host_key ]; then echo "Generating a secret host key.." ; %D/bin/ssh-keygen1 -N "" -f %D/etc/ssh_host_key; fi