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