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
{{ message }}
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Currently, the conn value in an ssh type key can only receive a single connection string.
It would be nice to allow a user to pass conn=user@ip1,user@ip2,... and then host will choose randomly which host to connect to. This will allow users to see random servers when they're checking things, not only a single (potentially misleading) one.