The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Netconf::Access::ssh

SYNOPSIS

The Net::Netconf::Access::ssh module is used internally to provide SSH access to a Net::Netconf::Access instance, using Net::SSH2.

DESCRIPTION

This is a subclass of Net::Netconf::Access class that manages an SSH connection with the destination host. The underlying mechanics for managing the SSH connection is based on Net::SSH2.

CONSTRUCTOR

new($ARGS)

Please refer to the constructor of Net::Netconf::Access class.

SEE ALSO

  • Net::SSH2

  • Net::SSH2::Channel

  • Net::Netconf::Access

  • Net::Netconf::Manager

  • Net::Netconf::Device

AUTHOR

Tore Anderson <tore@redpill-linpro.com>

Net::Netconf is maintained by the Juniper Networks Perl Team, send bug reports, hints, tips and suggestions to netconf-support@juniper.net.

# vim: syntax=perl tw=80 ts=4 et: