summaryrefslogtreecommitdiff
path: root/security/ssh/pkg-plist
blob: 28e0ce057044939708677369546e24d09e3fcf7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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