freebsd-ports/security/openssh-portable/pkg-plist

17 lines
450 B
Text

@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
@exec mkdir -p %D/empty
@dirrm empty
@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