![]()  | 
  
    Qore ssh2 Module
    ..
    
   | 
 
abstract base class for ssh module connections  
 More...
  
Public Member Methods | |
| constructor (string name, string description, string url, hash< auto > attributes={}, hash< auto > options={}) | |
| creates the AbstractSsh2Connection object  More... | |
abstract base class for ssh module connections 
supports the following option:
"keyfile": a path to a private key file in PEM format to use for key-based authentication | Ssh2Connections::AbstractSsh2Connection::constructor | ( | string | name, | 
| string | description, | ||
| string | url, | ||
| hash< auto > | attributes = {},  | 
        ||
| hash< auto > | options = {}  | 
        ||
| ) | 
creates the AbstractSsh2Connection object
| name | the name of the connection | 
| description | connection description | 
| url | connection URL (potentially with password info) | 
| attributes | various attributes. See below | 
| options | connection options | 
See AbstractConnection::constructor() for attributes and options reference.