summaryrefslogtreecommitdiff
path: root/usr/src/pkg/manifests/service-network-ssh-common.p5m
blob: 0f02aeb217a1a794a3f787751aa5aacea98d7df2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#

#
# Copyright 2015 Alexander Pyhalov
#

set name=pkg.fmri value=pkg:/service/network/ssh-common@$(PKGVERS)
set name=pkg.summary value="Secure Shell (SSH) service."
set name=pkg.description \
    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)."
set name=info.classification value=org.opensolaris.category.2008:System/Security
set name=org.opensolaris.noincorp value=true
set name=variant.arch value=$(ARCH)
dir  path=etc group=sys
dir  path=etc/ssh group=sys
file path=etc/ssh/ssh_config group=sys \
    original_name=network/ssh:etc/ssh/ssh_config preserve=true
file path=etc/ssh/sshd_config group=sys \
    original_name=service/network/ssh:etc/ssh/sshd_config preserve=true
dir  path=lib
dir  path=lib/svc
dir  path=lib/svc/manifest group=sys
dir  path=lib/svc/manifest/network group=sys
file path=lib/svc/manifest/network/ssh.xml group=sys mode=0444
dir  path=lib/svc/method
file path=lib/svc/method/sshd mode=0555
dir  path=usr group=sys
dir  path=usr/share/man
dir  path=usr/share/man/man4
license usr/src/cmd/ssh/THIRDPARTYLICENSE \
    license=usr/src/cmd/ssh/THIRDPARTYLICENSE