EnglishFrenchSpanish

Ad


OnWorks favicon

conch - Online in the Cloud

Run conch in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command conch that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


conch — Conch SSH client

SYNOPSIS


conch [-AaCfINnrsTtVvx] [-c cipher_spec] [-e escape_char] [-i identity_file]
[-K connection_spec] [-L port:host:hostport] [-l user] [-m mac_spec]
[-o openssh_option] [-p port] [-R port:host:hostport] [user@] hostname [command]

DESCRIPTION


conch is a SSHv2 client for logging into a remote machine and executing commands. It
provides encrypted and secure communications across a possibly insecure network. Arbitrary
TCP/IP ports can also be forwarded over the secure connection.

conch connects and logs into hostname (as user or the current username). The user must
prove her/his identity through a public-key or a password. Alternatively, if a connection
is already open to a server, a new shell can be opened over the connection without having to
reauthenticate.

If command is specified, command is executed instead of a shell. If the -s option is given,
command is treated as an SSHv2 subsystem name.

Authentication
Conch supports the public-key, keyboard-interactive, and password authentications.

The public-key method allows the RSA or DSA algorithm to be used. The client uses his/her
private key, $HOME/.ssh/id_rsa or $HOME/.ssh/id_dsa to sign the session identifier, known
only by the client and server. The server checks that the matching public key is valid for
the user, and that the signature is correct.

If public-key authentication fails, conch can authenticate by sending an encrypted password
over the connection.

Connection sharing
conch has the ability to multiplex multiple shells, commands and TCP/IP ports over the same
secure connection. To disable multiplexing for a connection, use the -I flag.

The -K option determines how the client connects to the remote host. It is a comma-
separated list of the methods to use, in order of preference. The two connection methods
are ‘unix’ (for connecting over a multiplexed connection) and ‘direct’ (to connect
directly). To disable connecting over a multiplexed connection, do not include ‘unix’ in
the preference list.

As an example of how connection sharing works, to speed up CVS over SSH:

conch --noshell --fork -l cvs_user cvs_host
set CVS_RSH=conch

Now, when CVS connects to cvs_host as cvs_user, instead of making a new connection to the
server, conch will add a new channel to the existing connection. This saves the cost of
repeatedly negotiating the cryptography and authentication.

The options are as follows:

-A Enables authentication agent forwarding.

-a Disables authentication agent forwarding (default).

-C Enable compression.

-c cipher_spec
Selects encryption algorithms to be used for this connection, as a comma-separated
list of ciphers in order of preference. The list that conch supports is (in order
of default preference): aes256-ctr, aes256-cbc, aes192-ctr, aes192-cbc, aes128-ctr,
aes128-cbc, cast128-ctr, cast128-cbc, blowfish-ctr, blowfish, idea-ctr, idea-cbc,
3des-ctr, 3des-cbc.

-e ch | ^ch | none
Sets the escape character for sessions with a PTY (default: ‘~’). The escape
character is only recognized at the beginning of a line (after a newline). The
escape character followed by a dot (‘.’) closes the connection; followed by ^Z
suspends the connection; and followed by the escape character sends the escape
character once. Setting the character to “none” disables any escapes.

-f Fork to background after authentication.

-I Do not allow connection sharing over this connection.

-i identity_spec
The file from which the identity (private key) for RSA or DSA authentication is
read. The defaults are $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa. It is possible to
use this option more than once to use more than one private key.

-K connection_spec
Selects methods for connection to the server, as a comma-separated list of methods
in order of preference. See Connection sharing for more information.

-L port:host:hostport
Specifies that the given port on the client host is to be forwarded to the given
host and port on the remote side. This allocates a socket to listen to port on the
local side, and when connections are made to that socket, they are forwarded over
the secure channel and a connection is made to host port hostport from the remote
machine. Only root can forward privieged ports.

-l user
Log in using this username.

-m mac_spec
Selects MAC (message authentication code) algorithms, as a comma-separated list in
order of preference. The list that conch supports is (in order of preference):
hmac-sha2-512, hmac-sha2-256, hmac-sha1, hmac-md5.

-N Do not execute a shell or command.

-n Redirect input from /dev/null.

-o openssh_option
Ignored OpenSSH options.

-p port
The port to connect to on the server.

-R port:host:hostport
Specifies that the given port on the remote host is to be forwarded to the given
host and port on the local side. This allocates a socket to listen to port on the
remote side, and when connections are made to that socket, they are forwarded over
the secure channel and a connection is made to host port hostport from the client
host. Only root can forward privieged ports.

-s Reconnect to the server if the connection is lost.

-s Invoke command (mandatory) as a SSHv2 subsystem.

-T Do not allocate a TTY.

-t Allocate a TTY even if command is given.

-V Display version number only.

-v Log to stderr.

-x Disable X11 connection forwarding (default).

Use conch online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

  • 1
    abidiff
    abidiff
    abidiff - compare ABIs of ELF files
    abidiff compares the Application Binary
    Interfaces (ABI) of two shared libraries
    in ELF format. It emits a meaningful
    repor...
    Run abidiff
  • 2
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 3
    copac2xml
    copac2xml
    bibutils - bibliography conversion
    utilities ...
    Run copac2xml
  • 4
    copt
    copt
    copt - peephole optimizer SYSNOPIS:
    copt file.. DESCRIPTION: copt is a
    general-purpose peephole optimizer. It
    reads code from its standard input and
    writes an ...
    Run copt
  • 5
    gather_stx_titles
    gather_stx_titles
    gather_stx_titles - gather title
    declarations from Stx documents ...
    Run gather_stx_titles
  • 6
    gatling-bench
    gatling-bench
    bench - http benchmark ...
    Run gatling-bench
  • More »

Ad