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 would like to have multiple HostNames and let assh check one after another to connect to. If one in the array fails, it should try the next given name automatically. Pretty much like the Gateway fallback logic but simply with different HostNames.
So assh should do something like ssh 192.168.191.10 || (ssh some-server || ssh some.domain.name) automatically. Is that possible? Or addable without too much hazzle?
The text was updated successfully, but these errors were encountered:
Hey,
I would like to have multiple
HostName
s and letassh
check one after another to connect to. If one in the array fails, it should try the next given name automatically. Pretty much like theGateway
fallback logic but simply with differentHostName
s.So
assh
should do something likessh 192.168.191.10 || (ssh some-server || ssh some.domain.name)
automatically. Is that possible? Or addable without too much hazzle?The text was updated successfully, but these errors were encountered: