Supported Nested Tags

  • sshconfig

    Sometimes it is necessary to set specific configuration parameters on the ssh connection when connecting to a remote server. You can set them with the sshconfig nested tag. Set the parameters to specify connection and encryption options. These are the parameters as specified by the $methods parameter of the ssh2_connect function. See ssh2_connect for more information

    sshconfig can also be used as project level parameter with a refid so the same parameters can be re-used across a project easily.

    Table 146. Attributes

    Name Type Description Default Required
    kex String List of key exchange methods to advertise, comma separated in order of preference. n/a No
    hostkey String List of hostkey methods to advertise, come separated in order of preference. n/a No
    client Nested Tag Element containing attributes crypt, comp, and mac method preferences for messages sent from client to server. All attributes are optional. n/a No
    server Nested Tag Element containing attributes crypt, comp, and mac method preferences for messages sent from server to client. All attributes are optional. n/a No