1CONCH(1) CONCH(1)
2
3
4
6 tkconch - connect to SSH servers graphically
7
9 conch [-l user] [-i identity [ -i identity ... ]] [-c cipher] [-m MAC]
10 [-p port] [-n] [-t] [-T] [-V] [-C] [-N] [-s] [arg [...]]
11
12 conch --help
13
15 The --help prints out a usage message to standard output.
16
17 -t, --user <user>
18 User name to use
19
20 -i, --identity <identity>
21 Add an identity file.
22
23 -c, --cipher <cipher>
24 Cipher algorithm to use.
25
26 -m, --macs <mac>
27 Specify MAC algorithms for protocol version 2.
28
29 -p, --port <port>
30 Port to connect to.
31
32 -n, --null
33 Redirect input from /dev/null
34
35 -t, --tty
36 Allocate a tty even if command is given.
37
38 -n, --notty
39 Do not allocate a tty.
40
41 -V, --version
42 Display version number only.
43
44 -C, --compress
45 nable compression.
46
47 -N, --noshell
48 Do not execute a shell or command.
49
50 -s, --subsystem
51 Invoke command (mandatory) as SSH2 subsystem
52
53 --log Log to stderr
54
56 Open an SSH connection to specified server, and either run the command
57 given there or open a remote interactive shell.
58
60 Written by Moshe Zadka, based on conch's help messages
61
63 To report a bug, visit http://twistedmatrix.com/bugs/
64
66 Copyright © 2002 Matthew W. Lefkowitz
67 This is free software; see the source for copying conditions. There is
68 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
69 PURPOSE.
70
72 ssh(1)
73
74
75
76 October 2002 CONCH(1)