Net-SSH-Any

 view release on metacpan or  search on metacpan

docs/ssh-broker-config.txt  view on Meta::CPAN


                     The id attribute is reserved for future use.

                     The data attribute is reserved for future use.

                     An example user-identities element is shown below:

                     <user-identities>
                       <identity identity-file="C:\\ mykey" />
                       <identity file="$HOME/user/.ssh2/id_dsa_2048_a" />
                       <identity file="C:\\private_keys\id_dsa_2048_a" />
                       <identity hash="#a8edd3845005931aaa658b5573609e7d31e23afd" />
                     </user-identities>

              compression
                     This element defines the compression settings used with this profile.  See The default-settings Element above for details.

              proxy  This element defines the HTTP proxy and SOCKS server settings used with this profile.  See The default-settings Element above for details.

                     If gateway-profile has been defined for this profile, the proxy setting is ignored and the default proxy setting or the proxy setting of the gateway profile is used instead.

lib/Net/SSH/Any/Test.pm  view on Meta::CPAN

See also L<Net::SSH::Any::URI>.

=item port => $port

Sets the SSH port number used when looking for running servers.

=item password => $password

Sets the SSH password.

=item key_path => $private_key_path

=item key_paths => \@private_key_paths

Path to files containing private keys to use for authentication.

=item backend_opts => { $backend_name => \%opts, ... }

Per backend specific options.

=back

=item $uri = $tssh->uri

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.476 second using v1.00-cache-2.02-grep-82fe00e-cpan-2cc899e4a130 )