getConnString
| getConnString | 
  Purpose
 
 Generate a connection string.
 
  Synopsis
 
function getConnString(inst:EC2instance):string
 
  Argument
 
| 
     inst 
     | 
     Target instance
     | 
  Return value
 
 A connection string suitable for the
 connect routine of
 mmjobs.
  Further information
 
  This function calls either
 getConnStringSSH or
 getConnStringXSRV depending on the value of the variable
 aec2_connmode.
 
  Related topics
 
 
