xref: /titanic_50/usr/src/pkg/manifests/network-ssh.mf (revision 2777f608ce96fd0d3b91accea29d21d6aacbe7e5)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24#
25
26set name=pkg.fmri value=pkg:/network/ssh@$(PKGVERS)
27set name=pkg.description \
28    value="Secure Shell protocol Client and associated Utilities"
29set name=pkg.summary value="SSH Client and utilities"
30set name=info.classification \
31    value=org.opensolaris.category.2008:System/Security
32set name=variant.arch value=$(ARCH)
33dir path=etc group=sys
34dir path=etc/ssh group=sys
35dir path=usr group=sys
36dir path=usr/bin
37dir path=usr/lib
38dir path=usr/lib/ssh
39dir path=usr/lib/sunssh
40dir path=usr/share/man
41dir path=usr/share/man/man1
42file path=usr/lib/sunssh/scp mode=0555
43file path=usr/lib/sunssh/sftp mode=0555
44file path=usr/lib/sunssh/ssh mode=0555
45file path=usr/lib/sunssh/ssh-add mode=0555
46file path=usr/lib/sunssh/ssh-agent mode=0555
47file path=usr/lib/sunssh/ssh-askpass mode=0555
48file path=usr/lib/sunssh/ssh-http-proxy-connect mode=0555
49file path=usr/lib/sunssh/ssh-socks5-proxy-connect mode=0555
50file path=usr/share/man/man1/scp.sunssh.1
51file path=usr/share/man/man1/sftp.sunssh.1
52file path=usr/share/man/man1/ssh-add.sunssh.1
53file path=usr/share/man/man1/ssh-agent.sunssh.1
54file path=usr/share/man/man1/ssh-http-proxy-connect.sunssh.1
55file path=usr/share/man/man1/ssh-socks5-proxy-connect.sunssh.1
56file path=usr/share/man/man1/ssh.sunssh.1
57legacy pkg=SUNWsshr \
58    desc="Secure Shell protocol Client and associated Utilities" \
59    name="SSH Client and utilities, (Root)"
60legacy pkg=SUNWsshu \
61    desc="Secure Shell protocol Client and associated Utilities" \
62    name="SSH Client and utilities, (Usr)"
63license usr/src/cmd/ssh/THIRDPARTYLICENSE \
64    license=usr/src/cmd/ssh/THIRDPARTYLICENSE
65link path=usr/bin/scp mediator=ssh mediator-implementation=sunssh \
66    target=../lib/sunssh/scp
67link path=usr/bin/sftp mediator=ssh mediator-implementation=sunssh \
68    target=../lib/sunssh/sftp
69link path=usr/bin/ssh mediator=ssh mediator-implementation=sunssh \
70    target=../lib/sunssh/ssh
71link path=usr/bin/ssh-add mediator=ssh mediator-implementation=sunssh \
72    target=../lib/sunssh/ssh-add
73link path=usr/bin/ssh-agent mediator=ssh mediator-implementation=sunssh \
74    target=../lib/sunssh/ssh-agent
75link path=usr/lib/ssh/ssh-askpass mediator=ssh mediator-implementation=sunssh \
76    target=../sunssh/ssh-askpass
77link path=usr/lib/ssh/ssh-http-proxy-connect mediator=ssh \
78    mediator-implementation=sunssh target=../sunssh/ssh-http-proxy-connect
79link path=usr/lib/ssh/ssh-socks5-proxy-connect mediator=ssh \
80    mediator-implementation=sunssh target=../sunssh/ssh-socks5-proxy-connect
81link path=usr/share/man/man1/scp.1 mediator=ssh mediator-implementation=sunssh \
82    target=scp.sunssh.1
83link path=usr/share/man/man1/sftp.1 mediator=ssh \
84    mediator-implementation=sunssh target=sftp.sunssh.1
85link path=usr/share/man/man1/ssh-add.1 mediator=ssh \
86    mediator-implementation=sunssh target=ssh-add.sunssh.1
87link path=usr/share/man/man1/ssh-agent.1 mediator=ssh \
88    mediator-implementation=sunssh target=ssh-agent.sunssh.1
89link path=usr/share/man/man1/ssh-http-proxy-connect.1 mediator=ssh \
90    mediator-implementation=sunssh target=ssh-http-proxy-connect.sunssh.1
91link path=usr/share/man/man1/ssh-socks5-proxy-connect.1 mediator=ssh \
92    mediator-implementation=sunssh target=socks5-proxy-connect.sunssh.1
93link path=usr/share/man/man1/ssh.1 mediator=ssh mediator-implementation=sunssh \
94    target=ssh.sunssh.1
95depend fmri=service/network/ssh-common type=require
96