~cbehrens/nova/lp844160-build-works-with-zones

« back to all changes in this revision

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

  • 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
.TH CONCH "1" "October 2002" "" ""
 
2
.SH NAME
 
3
tkconch \- connect to SSH servers graphically
 
4
.SH SYNOPSIS
 
5
.B conch [-l \fIuser\fR] [-i \fIidentity\fR [ -i \fIidentity\fR ... ]] [-c \fIcipher\fR] [-m \fIMAC\fR] [-p \fIport\fR] [-n] [-t] [-T] [-V] [-C] [-N] [-s] [arg [...]]
 
6
.PP
 
7
.B conch --help
 
8
.SH DESCRIPTION
 
9
.PP
 
10
The \fB\--help\fR prints out a usage message to standard output.
 
11
.TP
 
12
\fB-l\fR, \fB--user\fR <user>
 
13
Log in using this user name.
 
14
.TP
 
15
\fB-e\fR, \fB--escape\fR <escape character>
 
16
Set escape character; 'none' = disable (default: ~)
 
17
.TP
 
18
\fB-i\fR, \fB--identity\fR <identity>
 
19
Add an identity file for public key authentication (default: ~/.ssh/identity)
 
20
.TP
 
21
\fB-c\fR, \fB--cipher\fR <cipher>
 
22
Cipher algorithm to use.
 
23
.TP
 
24
\fB-m\fR, \fB--macs\fR <mac>
 
25
Specify MAC algorithms for protocol version 2.
 
26
.TP
 
27
\fB-p\fR, \fB--port\fR <port>
 
28
Port to connect to.
 
29
.TP
 
30
\fB-L\fR, \fB--localforward\fR <listen-port:host:port>
 
31
Forward local port to remote address.
 
32
.TP
 
33
\fB-R\fR, \fB--remoteforward\fR <listen-port:host:port>
 
34
Forward remote port to local address.
 
35
.TP
 
36
\fB-t\fR, \fB--tty\fR
 
37
Allocate a tty even if command is given.
 
38
.TP
 
39
\fB-n\fR, \fB--notty\fR
 
40
Do not allocate a tty.
 
41
.TP
 
42
\fB-V\fR, \fB--version\fR
 
43
Display version number only.
 
44
.TP
 
45
\fB-C\fR, \fB--compress\fR
 
46
Enable compression.
 
47
.TP
 
48
\fB-a\fR, \fB--ansilog\fR
 
49
Print the received data to stdout.
 
50
.TP
 
51
\fB-N\fR, \fB--noshell\fR
 
52
Do not execute a shell or command.
 
53
.TP
 
54
\fB-s\fR, \fB--subsystem\fR
 
55
Invoke command (mandatory) as SSH2 subsystem.
 
56
.TP
 
57
\fB--log\fR
 
58
Print the receieved data to stderr.
 
59
.SH DESCRIPTION
 
60
Open an SSH connection to specified server, and either run the command
 
61
given there or open a remote interactive shell.
 
62
.SH AUTHOR
 
63
Written by Moshe Zadka, based on conch's help messages
 
64
.SH "REPORTING BUGS"
 
65
To report a bug, visit \fIhttp://twistedmatrix.com/bugs/\fR
 
66
.SH COPYRIGHT
 
67
Copyright \(co 2002-2008 Twisted Matrix Laboratories.
 
68
.br
 
69
This is free software; see the source for copying conditions.  There is NO
 
70
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
71
.SH "SEE ALSO"
 
72
ssh(1)