1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at 9# http://www.illumos.org/license/CDDL. 10# 11 12# 13# Copyright 2015 Alexander Pyhalov 14# 15 16set name=pkg.fmri value=pkg:/service/network/ssh-common@$(PKGVERS) 17set name=pkg.description \ 18 value="Provides configuration files and server support for the Secure Shell (SSH) service which creates RSA and DSA host keys if they are not available and start or stop the sshd (Secure Shell daemon)." 19set name=pkg.summary \ 20 value="Secure Shell (SSH) service and configuration files" 21set name=info.classification \ 22 value=org.opensolaris.category.2008:System/Security 23set name=variant.arch value=$(ARCH) 24dir path=etc group=sys 25dir path=etc/ssh group=sys 26dir path=lib 27dir path=lib/svc 28dir path=lib/svc/manifest group=sys 29dir path=lib/svc/manifest/network group=sys 30dir path=lib/svc/method 31dir path=usr group=sys 32dir path=usr/share/man 33dir path=usr/share/man/man4 34file path=etc/ssh/moduli.sunssh group=sys preserve=true 35file path=etc/ssh/ssh_config group=sys \ 36 original_name=network/ssh:etc/ssh/ssh_config preserve=true 37file path=etc/ssh/sshd_config group=sys \ 38 original_name=service/network/ssh:etc/ssh/sshd_config preserve=true 39file path=lib/svc/manifest/network/ssh.xml group=sys mode=0444 40file path=lib/svc/method/sshd mode=0555 41file path=usr/share/man/man4/ssh_config.sunssh.4 42file path=usr/share/man/man4/sshd_config.sunssh.4 43license usr/src/cmd/ssh/THIRDPARTYLICENSE \ 44 license=usr/src/cmd/ssh/THIRDPARTYLICENSE 45link path=etc/ssh/moduli mediator=ssh mediator-implementation=sunssh \ 46 target=moduli.sunssh 47link path=usr/share/man/man4/ssh_config.4 mediator=ssh \ 48 mediator-implementation=sunssh target=ssh_config.sunssh.4 49link path=usr/share/man/man4/sshd_config.4 mediator=ssh \ 50 mediator-implementation=sunssh target=sshd_config.sunssh.4 51