]> git.meshlink.io Git - catta/blob - man/bssh.1.xml.in
fix avahi_netlink_new to allow multiple netlinks per process
[catta] / man / bssh.1.xml.in
1 <?xml version="1.0"?><!--*-nxml-*-->
2 <!DOCTYPE manpage SYSTEM "xmltoman.dtd">
3 <?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
4
5 <!--
6   This file is part of avahi.
7
8   avahi is free software; you can redistribute it and/or modify it
9   under the terms of the GNU Lesser General Public License as
10   published by the Free Software Foundation; either version 2.1 of the
11   License, or (at your option) any later version.
12
13   avahi is distributed in the hope that it will be useful, but WITHOUT
14   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15   or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
16   Public License for more details.
17
18   You should have received a copy of the GNU Lesser General Public
19   License along with avahi; if not, write to the Free Software
20   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
21   USA.
22 -->
23
24   <manpage name="bssh/bvnc/bshell" section="1" desc="Browse for SSH/VNC servers on the local network">
25
26     <synopsis>
27       <cmd>bssh</cmd>
28       <cmd>bvnc</cmd>
29       <cmd>bshell</cmd>
30     </synopsis>
31
32     <description>
33       <p>bssh/bvnc/bshell browses for SSH/VNC servers on the local
34       network, shows them in a GUI for the user to select one and
35       finally calls ssh/vncviewer after a selection was made.</p>
36
37       <p>If the binary is called as bssh only ssh servers will be shown. If the binary is called as bvnc only VNC servers will be shown. If the binary is called as bshell both VNC and SSH servers are shown.</p>
38
39     </description>
40
41     <options>
42
43       <option>
44         <p><opt>-s | --ssh</opt></p>
45         <optdesc><p>Browse for SSH servers (and only SSH servers)  regardless under which name the binary is called.</p></optdesc>
46       </option>
47
48       <option>
49         <p><opt>-v | --vnc</opt></p>
50         <optdesc><p>Browse for VNC servers (and only VNC servers) regardless under which name the binary is called.</p></optdesc>
51       </option>
52
53       <option>
54         <p><opt>-S | --shell</opt></p>
55         <optdesc><p>Browse for both VNC and SSH servers regardless under which name the binary is called.</p></optdesc>
56       </option>
57
58       <option>
59         <p><opt>-d | --domain=</opt> <arg>DOMAIN</arg></p>
60         <optdesc><p>Browse in the specified domain. If omitted
61             bssh/bvnc/bshell will browse in the default browsing domain
62             (usually .local)</p></optdesc>
63       </option>
64
65       <option>
66         <p><opt>-h | --help</opt></p>
67         <optdesc><p>Show help.</p></optdesc>
68       </option>
69
70     </options>
71
72     <section name="Authors">
73       <p>The Avahi Developers &lt;@PACKAGE_BUGREPORT@&gt;; Avahi is
74       available from <url href="@PACKAGE_URL@"/></p>
75     </section>
76
77     <section name="See also">
78       <p>
79         <manref name="avahi-browse" section="1"/>, <manref name="ssh" section="1"/>, <manref name="vncviewer" section="1"/>
80       </p>
81     </section>
82
83     <section name="Comments">
84       <p>This man page was written using <manref name="xml2man" section="1"
85       href="http://masqmail.cx/xml2man/"/> by Oliver Kurth.</p>
86     </section>
87
88   </manpage>