NAME
Net::SSH::Any::Backend::Sshg3_Cmd - Backend for Tectia sshg3 client
SYNOPSIS
use Net::SSH::Any;
my $ssh = Net::SSH::Any->new($host, user => $user, password => $password,
backend => 'Sshg3_Cmd');
$ssh->die_on_error("Unable to start SSH");
my $output = $ssh->capture("echo hello world");
DESCRIPTION
This module implements a Net::SSH::Any backend using the sshg3
utility distributed as part of the Tectia SSH package.
Note that Tectia SSH is not Open Source or Free Software. If you want to use it you will have to buy a license from some distributor.
This backend supports password authentication in a secure way*.
Currently, the feature set of this backend is similar to that of the other backends but it should be possible to add support for other features specific to the Tectia software. Get in touch with me in case you need any of them.
The set of options currently supported is as follows:
- local_sshg3_cmd
- local_ssh_broker_g3_cmd
- exclusive