Load Balancer sftp persistence when a server goes offline

Posted by Cobra Kai Dojo on Server Fault See other posts from Server Fault or by Cobra Kai Dojo
Published on 2013-10-18T10:23:38Z Indexed on 2013/10/23 21:56 UTC
Read the original article Hit count: 310

Filed under:
|

Let's say we have the following scenario: We have two identical *nix servers using a shared filesystem. We connect through SFTP (not FTPS) to one of them to upload a file to the shared filesystem, the server goes offline and we get redirected to the second system which is still available.

My question is, would there be any connection persistence or the user will have to relogin? I guess a relogin would be needed because the ssh sessions are not shared between the two systems...

Thanks in advance :)

© Server Fault or respective owner

Related posts about load-balancing

Related posts about sftp