Load Balancer sftp persistence when a server goes offline
- by Cobra Kai Dojo
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 :)