~ntt-pf-lab/nova/monkey_patch_notification

« back to all changes in this revision

Viewing changes to vendor/Twisted-10.0.0/doc/conch/man/tkconch-man.html

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html  PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN'  'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
2
  <head>
 
3
<title>Twisted Documentation: CONCH.1</title>
 
4
<link href="../howto/stylesheet.css" rel="stylesheet" type="text/css"/>
 
5
  </head>
 
6
 
 
7
  <body bgcolor="white">
 
8
    <h1 class="title">CONCH.1</h1>
 
9
    <div class="toc"><ol><li><a href="#auto0">NAME</a></li><li><a href="#auto1">SYNOPSIS</a></li><li><a href="#auto2">DESCRIPTION</a></li><li><a href="#auto3">DESCRIPTION</a></li><li><a href="#auto4">AUTHOR</a></li><li><a href="#auto5">REPORTING BUGS</a></li><li><a href="#auto6">COPYRIGHT</a></li><li><a href="#auto7">SEE ALSO</a></li></ol></div>
 
10
    <div class="content">
 
11
 
 
12
<span/>
 
13
 
 
14
<h2>NAME<a name="auto0"/></h2>
 
15
 
 
16
<p>tkconch - connect to SSH servers graphically
 
17
</p>
 
18
 
 
19
<h2>SYNOPSIS<a name="auto1"/></h2>
 
20
 
 
21
<p><strong>conch</strong>  [-l <em>user</em>] [-i <em>identity</em> [ -i <em>identity</em> ... ]] [-c <em>cipher</em>] [-m <em>MAC</em>] [-p <em>port</em>] [-n] [-t] [-T] [-V] [-C] [-N] [-s] [arg [...]]</p>
 
22
 
 
23
<p><strong>conch</strong>  --help</p>
 
24
 
 
25
<h2>DESCRIPTION<a name="auto2"/></h2>
 
26
 
 
27
<p>The <strong>--help</strong> prints out a usage message to standard output.
 
28
<dl><dt><strong>-l</strong>, <strong>--user</strong> &lt;user&gt;
 
29
</dt><dd>Log in using this user name.
 
30
</dd>
 
31
 
 
32
<dt><strong>-e</strong>, <strong>--escape</strong> &lt;escape character&gt;
 
33
</dt><dd>Set escape character; 'none' = disable (default: ~)
 
34
</dd>
 
35
 
 
36
<dt><strong>-i</strong>, <strong>--identity</strong> &lt;identity&gt;
 
37
</dt><dd>Add an identity file for public key authentication (default: ~/.ssh/identity)
 
38
</dd>
 
39
 
 
40
<dt><strong>-c</strong>, <strong>--cipher</strong> &lt;cipher&gt;
 
41
</dt><dd>Cipher algorithm to use.
 
42
</dd>
 
43
 
 
44
<dt><strong>-m</strong>, <strong>--macs</strong> &lt;mac&gt;
 
45
</dt><dd>Specify MAC algorithms for protocol version 2.
 
46
</dd>
 
47
 
 
48
<dt><strong>-p</strong>, <strong>--port</strong> &lt;port&gt;
 
49
</dt><dd>Port to connect to.
 
50
</dd>
 
51
 
 
52
<dt><strong>-L</strong>, <strong>--localforward</strong> &lt;listen-port:host:port&gt;
 
53
</dt><dd>Forward local port to remote address.
 
54
</dd>
 
55
 
 
56
<dt><strong>-R</strong>, <strong>--remoteforward</strong> &lt;listen-port:host:port&gt;
 
57
</dt><dd>Forward remote port to local address.
 
58
</dd>
 
59
 
 
60
<dt><strong>-t</strong>, <strong>--tty</strong>
 
61
</dt><dd>Allocate a tty even if command is given.
 
62
</dd>
 
63
 
 
64
<dt><strong>-n</strong>, <strong>--notty</strong>
 
65
</dt><dd>Do not allocate a tty.
 
66
</dd>
 
67
 
 
68
<dt><strong>-V</strong>, <strong>--version</strong>
 
69
</dt><dd>Display version number only.
 
70
</dd>
 
71
 
 
72
<dt><strong>-C</strong>, <strong>--compress</strong>
 
73
</dt><dd>Enable compression.
 
74
</dd>
 
75
 
 
76
<dt><strong>-a</strong>, <strong>--ansilog</strong>
 
77
</dt><dd>Print the received data to stdout.
 
78
</dd>
 
79
 
 
80
<dt><strong>-N</strong>, <strong>--noshell</strong>
 
81
</dt><dd>Do not execute a shell or command.
 
82
</dd>
 
83
 
 
84
<dt><strong>-s</strong>, <strong>--subsystem</strong>
 
85
</dt><dd>Invoke command (mandatory) as SSH2 subsystem.
 
86
</dd>
 
87
 
 
88
<dt><strong>--log</strong>
 
89
</dt><dd>Print the receieved data to stderr.
 
90
</dd>
 
91
 
 
92
</dl>
 
93
 
 
94
</p>
 
95
 
 
96
<h2>DESCRIPTION<a name="auto3"/></h2>
 
97
 
 
98
<p>Open an SSH connection to specified server, and either run the command
 
99
given there or open a remote interactive shell.
 
100
</p>
 
101
 
 
102
<h2>AUTHOR<a name="auto4"/></h2>
 
103
 
 
104
<p>Written by Moshe Zadka, based on conch's help messages
 
105
</p>
 
106
 
 
107
<h2>REPORTING BUGS<a name="auto5"/></h2>
 
108
 
 
109
<p>To report a bug, visit <em>http://twistedmatrix.com/bugs/</em>
 
110
</p>
 
111
 
 
112
<h2>COPYRIGHT<a name="auto6"/></h2>
 
113
 
 
114
<p>Copyright © 2002-2008 Twisted Matrix Laboratories.
 
115
This is free software; see the source for copying conditions.  There is NO
 
116
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
117
</p>
 
118
 
 
119
<h2>SEE ALSO<a name="auto7"/></h2>
 
120
 
 
121
<p>ssh(1)
 
122
</p>
 
123
 
 
124
</div>
 
125
 
 
126
    <p><a href="../howto/index.html">Index</a></p>
 
127
    <span class="version">Version: 10.0.0</span>
 
128
  </body>
 
129
</html>
 
 
b'\\ No newline at end of file'