Scroll to navigation

CONCH(1) CONCH(1)

NAME

tkconch - connect to SSH servers graphically

SYNOPSIS

conch [-l user] [-i identity [ -i identity ... ]] [-c cipher] [-m MAC] [-p port] [-n] [-t] [-T] [-V] [-C] [-N] [-s] [arg [...]]

conch --help

DESCRIPTION

The --help prints out a usage message to standard output.

Log in using this user name.
Set escape character; 'none' = disable (default: ~)
Add an identity file for public key authentication (default: ~/.ssh/identity)
Cipher algorithm to use.
Specify MAC algorithms for protocol version 2.
Port to connect to.
Forward local port to remote address.
Forward remote port to local address.
Allocate a tty even if command is given.
Do not allocate a tty.
Display version number only.
Enable compression.
Print the received data to stdout.
Do not execute a shell or command.
Invoke command (mandatory) as SSH2 subsystem.
Print the receieved data to stderr.

DESCRIPTION

Open an SSH connection to specified server, and either run the command given there or open a remote interactive shell.

AUTHOR

Written by Moshe Zadka, based on conch's help messages

REPORTING BUGS

To report a bug, visit http://twistedmatrix.com/trac/

COPYRIGHT

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.

SEE ALSO

ssh(1)

October 2002