SSH element
Specifies the SSH settings.
Parent
Children
Name | Occurrences | Description |
---|---|---|
All | ||
Credentials | [0, 1] | Specifies the credentials used for password-based authentication. |
Identity | [0, 1] | Specifies the private key used for public key authentication. |
Remarks
Only applicable for serial connections of type TCP
Examples
<PortSettings name="SSH Connection">
<IPport>
<DefaultValue>22</DefaultValue>
</IPport>
<BusAddress>
<Disabled>true</Disabled>
</BusAddress>
<PortTypeSerial>
<Disabled>true</Disabled>
</PortTypeSerial>
<PortTypeUDP>
<Disabled>true</Disabled>
</PortTypeUDP>
<SSH>
<Credentials>
<Username pid="1000"/>
<Password pid="1002"/>
</Credentials>
</SSH>
</PortSettings>