Logout after 24 hours
After 24 hours your ssh cert will expire and you will be required to log in again unfortunately if you click "connect" it will not work
After 24 hours your ssh cert will expire and you will be required to log in again unfortunately if you click "connect" it will not work
It looks like the control master socket is persisting with the original ssh credentials, but because you have logged in again with a differnt certificate. I can't reproduce this in a terminal. However the fix is to detect with ssh exits with error 255 and kill off the control master process so it gets restarted. This would be the case no matter what the real reason for return code 255 is.
mentioned in commit strudel2_backend@435e1f8e
hopefully resolved in strudel2_backend
closed