Troubleshooting and Maintenanc...
Log Levels
Increasing the SSH/Telnet Proxy Log Level
1 min
you can elevate the ssh/telnet proxy log level to debug via the kron pam cli to facilitate deeper troubleshooting increasing the verbosity provides detailed insights into session initialization, command execution, authentication flow, and protocol level interactions, helping you pinpoint issues more effectively to enable debug level tracing via cli log in to kron pam cli and connect to the osgi console telnet localhost 5555 list components and current log levels in the osgi command prompt osgi> loggers change the debug mode in the osgi command prompt osgi> changeloglevel com kron debug exit osgi cli console osgi> disconnect change the ssh/telnet proxy logs tail f /pam/ssh/log/consoleout log using the exit command to exit from the osgi console will shut down the kron pam proxy service after debugging, revert to the default log level log in to kron pam cli and connect to the osgi console telnet localhost 5555 access to cli console osgi> changeloglevel com kron none exit osgi cli console osgi> disconnect