freebsd-ports/security/hpn-ssh/pkg-plist

18 lines
450 B
Text
Raw Normal View History

@comment slogin must be deleted first
bin/slogin
bin/ssh
bin/scp
bin/ssh-add
bin/ssh-agent
bin/ssh-keygen
bin/ssh-keyscan
bin/sftp
sbin/sshd
share/Ssh.bin
libexec/sftp-server
libexec/ssh-keysign
2002-06-25 01:17:03 +02:00
@exec mkdir -p %D/empty
2002-06-25 01:04:37 +02:00
@dirrm empty
2002-06-25 01:17:03 +02:00
@exec if ! pw groupshow sshd 2>/dev/null; then pw groupadd sshd -g 22; fi
@exec if ! pw usershow sshd 2>/dev/null; then pw useradd sshd -g sshd -u 22 -h - -d %D/empty -s /nonexistent -c "sshd privilege separation"; fi