SSH logging issue as of v.8.2?

Here you can submit your bug reports.
Post Reply
eordona
Posts: 67
Joined: Fri Aug 24, 2012 5:42 pm

SSH logging issue as of v.8.2?

Post by eordona »

I am on RHEL 9.8, and it looks like as of v.8.2, when I look at ~/wftpserver/Log/ssh_debug_log there is NOTHING but the following messages:

ssh_socket_exception_callback: Socket exception callback: 1 (0)

Can you advise? Thank you.
FTP
Site Admin
Posts: 2179
Joined: Tue Sep 29, 2009 6:09 am

Re: SSH logging issue as of v.8.2?

Post by FTP »

OK, so do you mean you can connect to the SFTP server successfully but see such log messages in ssh_debug_log? If so, please ignore it, or change the SFTP log level to "SSH_LOG_NOLOG".
eordona
Posts: 67
Joined: Fri Aug 24, 2012 5:42 pm

Re: SSH logging issue as of v.8.2?

Post by eordona »

System works fine as far as I can tell. However, I DO want information as I am doing a security analyis so I have it set to SSH_LOG_PROTOCOL. I would expect to see detailed data, but ALL I am seeing in the log is "ssh_socket_exception_callback: Socket exception callback: 1 (0)". I suspect something broke as of v.8.2 as this is seemingly when it started. Make sense?
FTP
Site Admin
Posts: 2179
Joined: Tue Sep 29, 2009 6:09 am

Re: SSH logging issue as of v.8.2?

Post by FTP »

No, it is a debug information only, and normally there is no need to turn on this option.
eordona
Posts: 67
Joined: Fri Aug 24, 2012 5:42 pm

Re: SSH logging issue as of v.8.2?

Post by eordona »

No... I NEED the debug information for security purposes / review. By setting SSH_LOG_PROTOCOL I would expect to see debug information like I used to.
FTP
Site Admin
Posts: 2179
Joined: Tue Sep 29, 2009 6:09 am

Re: SSH logging issue as of v.8.2?

Post by FTP »

OK, SSH_LOG_PROTOCOL is for the debug purpose when you encounter connection issue, it will generate a large log file and affect the SFTP server performance, so normally it is not recommend to enable it.

Anyway, you can enable the option if you expect to see debug information.
eordona
Posts: 67
Joined: Fri Aug 24, 2012 5:42 pm

Re: SSH logging issue as of v.8.2?

Post by eordona »

I don't think you read my feedback to you. There is NOTHING but the following messages:

ssh_socket_exception_callback: Socket exception callback: 1 (0)

... in the log. Hence the problem.
Post Reply