You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple auth servers listed in my config file. Not all the auth servers are necessarily up so I would expect the service to loop through all the listed auth servers until it can connect to one. I'm only seeing it attempt to connect to the last one though. Lets say I have the following config. auth_servers: - 10.1.0.2:3025 - 10.1.0.3:3025 - 10.1.0.4:3025 - 10.1.0.5:3025 - 10.1.0.6:3025
Assume 10.1.0.6 is not reachable at the time an ssh server is coming up. An ssh server will loop forever only trying to connect to the last server in the provided list.
The text was updated successfully, but these errors were encountered:
I have multiple auth servers listed in my config file. Not all the auth servers are necessarily up so I would expect the service to loop through all the listed auth servers until it can connect to one. I'm only seeing it attempt to connect to the last one though. Lets say I have the following config.
auth_servers: - 10.1.0.2:3025 - 10.1.0.3:3025 - 10.1.0.4:3025 - 10.1.0.5:3025 - 10.1.0.6:3025
Assume 10.1.0.6 is not reachable at the time an ssh server is coming up. An ssh server will loop forever only trying to connect to the last server in the provided list.
The text was updated successfully, but these errors were encountered: