When I have problems like this - it is usually do to something along the line "timing out" - that is, sensing lack of activity and shutting things down.
Try putting this line in your .ssh/config file entry for the host you are connecting to:
That tells the client to send some sort of data along the line every 120 seconds, and keeps it from timing out (I use this on some, but not all, of my connections - generally, only the ones that seem to need it).
Note that the above is for when using Unix/Linux on the client end. You will have to figure out what the Windows equivalents are.
Try putting this line in your .ssh/config file entry for the host you are connecting to:
Code:
ServerAliveInterval 120
Note that the above is for when using Unix/Linux on the client end. You will have to figure out what the Windows equivalents are.
Statistics: Posted by BigRedMailbox — Thu May 23, 2024 11:11 pm