SSH-Server disconnect after 3-4 Minutes (General questions)

by Michael @, (5577 days ago)

Hi,

I wrote a little App providing Portforwarding to securely access a terminal server.
Now while working, the connection freezes after 3-4 Minutes.
Within the App, a ssh disconnect event is fired.
Should not be a timeout, since the error occures while working?
What can this error cause?

Thanks,

Michael

locked

Re: SSH-Server disconnect after 3-4 Minutes

by wodDamir @, (5577 days ago) @ Michael

Hi Michael,

If Disconnected is fired, that means that the component got disconnected from server for some reason.

Does the ErrorText/ErrorCode parameter return anything when Disconnected event is fired?

Do you set Timeout property? Can you try setting it to 0, just to make sure that isn't the problem.

Regards,
Damba

locked

Re: SSH-Server disconnect after 3-4 Minutes

by Michael @, (5571 days ago) @ wodDamir

Hi,

I set timeout to 0 and it works now.
Another question: does ssh-server support compression? Does it have to be activated?

Thanks,

Michael

Hi Michael,

If Disconnected is fired, that means that the component got disconnected from server for some reason.

Does the ErrorText/ErrorCode parameter return anything when Disconnected event is fired?

Do you set Timeout property? Can you try setting it to 0, just to make sure that isn't the problem.

Regards,
Damba

locked

Re: SSH-Server disconnect after 3-4 Minutes

by woddrazen @, (5571 days ago) @ Michael

Hi Michael,


Yes, compression is supported in wodSSHServer.

You don't need to active it on server side. It's activated automatically.


Drazen

locked