sshcmd
| 
     
     Description
       | 
   
     
      When connecting to a remote host via the
     "xssh:" I/O driver, an external program is used to establish the SSH tunnel: this parameter specifies which program to use. The arguments of the program are identified with the symbol
     "%h" for the target host,
     "%p" for the TCP port and
     "%f" for the known host file (which is
     "-" when no file is provided). For instance the following string will select
     ssh as the program to handle the secure tunnel:
     "ssh -q -p %p -s %h xprmsrv". Note that this control parameter is read-only when Mosel is running under restriction
     NoExec (see Section
     mosel command: restricted mode).
       | 
  
| 
     
     Type
       | 
   
     
     String, read/write
       | 
  
| 
     
     Values
       | 
   
     
     A string including at least
     "%h"
       | 
  
| 
     
     Default value
       | 
   
     
     "xprmsrv -sshclt %h -p %p -kh %f"
       | 
  
| 
     
     Affects routines
       | 
   |
| 
     
     Module
       | 
   
