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

NAME

JUNOS::Access::ssh - Implements the ssh access method.

SYNOPSIS

This class is used internally to provide ssh access to a JUNOS::Access instance.

DESCRIPTION

This is a subclass of JUNOS::Access that manages a ssh session with the destination host. The underlying mechanics for managing the ssh session is Net::SSH::Perl.

CONSTRUCTOR

new($ARGS)

See the description of the constructor of the superclass JUNOS::Access. This class also reads the following ssh specific keys from the input hash table reference $ARGS.

    ssh-debug           turn on/off debug in Net::SSH::Perl.  The
                        debug messages are displayed on STDOUT. 
                        The value is 1 or 0.  By default, debug is
                        off.

    ssh-interactive     turn on/off interactive mode for Net::SSH::Perl.
                        The value is 1 or 0.  By default, interactive 
                        mode is off.  If interactive mode is on, 
                        Net::SSH::Perl will prompt the user (e.g.
                        password, passphrase) for challenge response.

    ssh-compress        turn on/off compression for Net::SSH::Perl.
                        The value is 1 or 0.  By default, compression
                        is on.

SEE ALSO

    Net::SSH::Perl
    JUNOS::Access
    JUNOS::Device

AUTHOR

Juniper Junoscript Perl Team, send bug reports, hints, tips, and suggestions to support@juniper.net.

COPYRIGHT

Copyright (c) 2001 Juniper Networks, Inc. All rights reserved.