129 lines
3.8 KiB
HTML
129 lines
3.8 KiB
HTML
<?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">
|
|
<head>
|
|
<title>Twisted Documentation: CONCH.1</title>
|
|
<link href="../howto/stylesheet.css" rel="stylesheet" type="text/css"/>
|
|
</head>
|
|
|
|
<body bgcolor="white">
|
|
<h1 class="title">CONCH.1</h1>
|
|
<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>
|
|
<div class="content">
|
|
|
|
<span/>
|
|
|
|
<h2>NAME<a name="auto0"/></h2>
|
|
|
|
<p>tkconch - connect to SSH servers graphically
|
|
</p>
|
|
|
|
<h2>SYNOPSIS<a name="auto1"/></h2>
|
|
|
|
<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>
|
|
|
|
<p><strong>conch</strong> --help</p>
|
|
|
|
<h2>DESCRIPTION<a name="auto2"/></h2>
|
|
|
|
<p>The <strong>--help</strong> prints out a usage message to standard output.
|
|
<dl><dt><strong>-l</strong>, <strong>--user</strong> <user>
|
|
</dt><dd>Log in using this user name.
|
|
</dd>
|
|
|
|
<dt><strong>-e</strong>, <strong>--escape</strong> <escape character>
|
|
</dt><dd>Set escape character; 'none' = disable (default: ~)
|
|
</dd>
|
|
|
|
<dt><strong>-i</strong>, <strong>--identity</strong> <identity>
|
|
</dt><dd>Add an identity file for public key authentication (default: ~/.ssh/identity)
|
|
</dd>
|
|
|
|
<dt><strong>-c</strong>, <strong>--cipher</strong> <cipher>
|
|
</dt><dd>Cipher algorithm to use.
|
|
</dd>
|
|
|
|
<dt><strong>-m</strong>, <strong>--macs</strong> <mac>
|
|
</dt><dd>Specify MAC algorithms for protocol version 2.
|
|
</dd>
|
|
|
|
<dt><strong>-p</strong>, <strong>--port</strong> <port>
|
|
</dt><dd>Port to connect to.
|
|
</dd>
|
|
|
|
<dt><strong>-L</strong>, <strong>--localforward</strong> <listen-port:host:port>
|
|
</dt><dd>Forward local port to remote address.
|
|
</dd>
|
|
|
|
<dt><strong>-R</strong>, <strong>--remoteforward</strong> <listen-port:host:port>
|
|
</dt><dd>Forward remote port to local address.
|
|
</dd>
|
|
|
|
<dt><strong>-t</strong>, <strong>--tty</strong>
|
|
</dt><dd>Allocate a tty even if command is given.
|
|
</dd>
|
|
|
|
<dt><strong>-n</strong>, <strong>--notty</strong>
|
|
</dt><dd>Do not allocate a tty.
|
|
</dd>
|
|
|
|
<dt><strong>-V</strong>, <strong>--version</strong>
|
|
</dt><dd>Display version number only.
|
|
</dd>
|
|
|
|
<dt><strong>-C</strong>, <strong>--compress</strong>
|
|
</dt><dd>Enable compression.
|
|
</dd>
|
|
|
|
<dt><strong>-a</strong>, <strong>--ansilog</strong>
|
|
</dt><dd>Print the received data to stdout.
|
|
</dd>
|
|
|
|
<dt><strong>-N</strong>, <strong>--noshell</strong>
|
|
</dt><dd>Do not execute a shell or command.
|
|
</dd>
|
|
|
|
<dt><strong>-s</strong>, <strong>--subsystem</strong>
|
|
</dt><dd>Invoke command (mandatory) as SSH2 subsystem.
|
|
</dd>
|
|
|
|
<dt><strong>--log</strong>
|
|
</dt><dd>Print the receieved data to stderr.
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
</p>
|
|
|
|
<h2>DESCRIPTION<a name="auto3"/></h2>
|
|
|
|
<p>Open an SSH connection to specified server, and either run the command
|
|
given there or open a remote interactive shell.
|
|
</p>
|
|
|
|
<h2>AUTHOR<a name="auto4"/></h2>
|
|
|
|
<p>Written by Moshe Zadka, based on conch's help messages
|
|
</p>
|
|
|
|
<h2>REPORTING BUGS<a name="auto5"/></h2>
|
|
|
|
<p>To report a bug, visit <em>http://twistedmatrix.com/bugs/</em>
|
|
</p>
|
|
|
|
<h2>COPYRIGHT<a name="auto6"/></h2>
|
|
|
|
<p>Copyright © 2002-2008 Twisted Matrix Laboratories.
|
|
This is free software; see the source for copying conditions. There is NO
|
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
</p>
|
|
|
|
<h2>SEE ALSO<a name="auto7"/></h2>
|
|
|
|
<p>ssh(1)
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<p><a href="../howto/index.html">Index</a></p>
|
|
<span class="version">Version: 10.0.0</span>
|
|
</body>
|
|
</html> |