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 -l, --user <user>
18 Log in using this user name.
19
20 -e, --escape <escape character>
21 Set escape character; 'none' = disable (default: ~)
22
23 -i, --identity <identity>
24 Add an identity file for public key authentication (default:
25 ~/.ssh/identity)
26
27 -c, --cipher <cipher>
28 Cipher algorithm to use.
29
30 -m, --macs <mac>
31 Specify MAC algorithms for protocol version 2.
32
33 -p, --port <port>
34 Port to connect to.
35
36 -L, --localforward <listen-port:host:port>
37 Forward local port to remote address.
38
39 -R, --remoteforward <listen-port:host:port>
40 Forward remote port to local address.
41
42 -t, --tty
43 Allocate a tty even if command is given.
44
45 -n, --notty
46 Do not allocate a tty.
47
48 -V, --version
49 Display version number only.
50
51 -C, --compress
52 Enable compression.
53
54 -a, --ansilog
55 Print the received data to stdout.
56
57 -N, --noshell
58 Do not execute a shell or command.
59
60 -s, --subsystem
61 Invoke command (mandatory) as SSH2 subsystem.
62
63 --log Print the receieved data to stderr.
64
66 Open an SSH connection to specified server, and either run the command
67 given there or open a remote interactive shell.
68
70 Written by Moshe Zadka, based on conch's help messages
71
73 To report a bug, visit https://twistedmatrix.com/trac/
74
76 Copyright © 2002-2020 Twisted Matrix Laboratories.
77 This is free software; see the source for copying conditions. There is
78 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
79 PURPOSE.
80
82 ssh(1)
83
84
85
86 October 2002 CONCH(1)