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).10 17set name=pkg.description \ 18 value="Provides SMF service 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 value="Secure Shell (SSH) service." 20set name=info.classification \ 21 value=org.opensolaris.category.2008:System/Security 22set name=org.opensolaris.noincorp value=true 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/ssh_config group=sys \ 35 original_name=network/ssh:etc/ssh/ssh_config preserve=true 36file path=etc/ssh/sshd_config group=sys \ 37 original_name=service/network/ssh:etc/ssh/sshd_config preserve=true 38file path=lib/svc/manifest/network/ssh.xml group=sys mode=0444 39file path=lib/svc/method/sshd mode=0555 40license usr/src/cmd/ssh/THIRDPARTYLICENSE \ 41 license=usr/src/cmd/ssh/THIRDPARTYLICENSE 42