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.summary value="Secure Shell (SSH) service." 18set name=pkg.description \ 19 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)." 20set name=info.classification value=org.opensolaris.category.2008:System/Security 21set name=org.opensolaris.noincorp value=true 22set name=variant.arch value=$(ARCH) 23dir path=etc group=sys 24dir path=etc/ssh group=sys 25file path=etc/ssh/ssh_config group=sys \ 26 original_name=network/ssh:etc/ssh/ssh_config preserve=true 27file path=etc/ssh/sshd_config group=sys \ 28 original_name=service/network/ssh:etc/ssh/sshd_config preserve=true 29dir path=lib 30dir path=lib/svc 31dir path=lib/svc/manifest group=sys 32dir path=lib/svc/manifest/network group=sys 33file path=lib/svc/manifest/network/ssh.xml group=sys mode=0444 34dir path=lib/svc/method 35file path=lib/svc/method/sshd mode=0555 36dir path=usr group=sys 37dir path=usr/share/man 38dir path=usr/share/man/man4 39license usr/src/cmd/ssh/THIRDPARTYLICENSE \ 40 license=usr/src/cmd/ssh/THIRDPARTYLICENSE 41