175614fd9SAlexander Pyhalov#
275614fd9SAlexander Pyhalov# This file and its contents are supplied under the terms of the
375614fd9SAlexander Pyhalov# Common Development and Distribution License ("CDDL"), version 1.0.
475614fd9SAlexander Pyhalov# You may only use this file in accordance with the terms of version
575614fd9SAlexander Pyhalov# 1.0 of the CDDL.
675614fd9SAlexander Pyhalov#
775614fd9SAlexander Pyhalov# A full copy of the text of the CDDL should have accompanied this
875614fd9SAlexander Pyhalov# source.  A copy of the CDDL is also available via the Internet at
975614fd9SAlexander Pyhalov# http://www.illumos.org/license/CDDL.
1075614fd9SAlexander Pyhalov#
1175614fd9SAlexander Pyhalov
1275614fd9SAlexander Pyhalov#
1375614fd9SAlexander Pyhalov# Copyright 2015 Alexander Pyhalov
1475614fd9SAlexander Pyhalov#
1575614fd9SAlexander Pyhalov
1675614fd9SAlexander Pyhalovset name=pkg.fmri value=pkg:/service/network/ssh-common@$(PKGVERS)
1786d41711SAndy Fiddamanset name=pkg.summary value="Secure Shell (SSH) service."
1875614fd9SAlexander Pyhalovset name=pkg.description \
190343317aSRichard Lowe    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)."
2086d41711SAndy Fiddamanset name=info.classification value=org.opensolaris.category.2008:System/Security
210343317aSRichard Loweset name=org.opensolaris.noincorp value=true
2275614fd9SAlexander Pyhalovset name=variant.arch value=$(ARCH)
2386d41711SAndy Fiddamandir  path=etc group=sys
2486d41711SAndy Fiddamandir  path=etc/ssh group=sys
2575614fd9SAlexander Pyhalovfile path=etc/ssh/ssh_config group=sys \
2675614fd9SAlexander Pyhalov    original_name=network/ssh:etc/ssh/ssh_config preserve=true
2775614fd9SAlexander Pyhalovfile path=etc/ssh/sshd_config group=sys \
2875614fd9SAlexander Pyhalov    original_name=service/network/ssh:etc/ssh/sshd_config preserve=true
2986d41711SAndy Fiddamandir  path=lib
3086d41711SAndy Fiddamandir  path=lib/svc
3186d41711SAndy Fiddamandir  path=lib/svc/manifest group=sys
3286d41711SAndy Fiddamandir  path=lib/svc/manifest/network group=sys
3375614fd9SAlexander Pyhalovfile path=lib/svc/manifest/network/ssh.xml group=sys mode=0444
3486d41711SAndy Fiddamandir  path=lib/svc/method
3575614fd9SAlexander Pyhalovfile path=lib/svc/method/sshd mode=0555
3686d41711SAndy Fiddamandir  path=usr group=sys
3786d41711SAndy Fiddamandir  path=usr/share/man
3886d41711SAndy Fiddamandir  path=usr/share/man/man4
3975614fd9SAlexander Pyhalovlicense usr/src/cmd/ssh/THIRDPARTYLICENSE \
4075614fd9SAlexander Pyhalov    license=usr/src/cmd/ssh/THIRDPARTYLICENSE
41