This is a guide to enable DEBUG logging for SSH Proxy, This can be used to enable other connections also
Step 1
Open iQuate.iQSonar.ScanEngine.exe.Config file located in "C:\Program Files\iQuate\iQSonar ScanEngine 4.0\bin"
Step 2
Go to where the line says </logger> and above that place the following code
Connection Names:
iQuate.iQSonar.Connection.SSHProxy
iQuate.iQSonar.Protocol.SSH_Telnet
iQuate.iQSonar.Connection.SNMP
iQuate.iQSonar.Connection.WMI
<logger name="iQuate.iQSonar.Protocol.SSH_Telnet">
<level value="DEBUG"/>
</logger>
<logger name="iQuate.iQSonar.Connection.SSHProxy"> <level value="DEBUG" /> </logger>
<logger name="iQuate.iQSonar.Connection.TSQL"> <level value="DEBUG" /> </logger>
This will look like the below screenshot
Step 3
Save and close the config file and restart iQSonar service in services.msc
Footnote
This can be used for any connection just substitute the SSHProxy for the name of the connection