App-BCSSH

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

        bcssh commands
        bcssh help ssh

BETA RELEASE
    This is a beta release and there is no guarantee the API will not
    change.

DESCRIPTION
    This module enables commands on run on a server to be forwarded back to
    the client that established the SSH connection. Specifically, it is
    meant to enable opening files in a local editor via commands run on the
    server.

    This is same concept that bcvi uses, but using a different messaging
    protocol to fix some issues with it's design.

    bcvi uses remote port forwards to enable communicating with the local
    machine. These may not be enabled on the server. It also overloads the
    TERM environment variable to pass information to the server, but this is
    problematic if the server doesn't have bcvi set up on it to fix TERM.

lib/App/BCSSH.pm  view on Meta::CPAN

    bcssh help ssh

=head1 BETA RELEASE

This is a beta release and there is no guarantee the API will not change.

=head1 DESCRIPTION

This module enables commands on run on a server to be forwarded
back to the client that established the SSH connection.  Specifically,
it is meant to enable opening files in a local editor via commands
run on the server.

This is same concept that bcvi uses, but using a different messaging
protocol to fix some issues with it's design.

bcvi uses remote port forwards to enable communicating with the
local machine.  These may not be enabled on the server.  It also
overloads the TERM environment variable to pass information to the
server, but this is problematic if the server doesn't have bcvi set
up on it to fix TERM.



( run in 0.851 second using v1.01-cache-2.11-cpan-de7293f3b23 )