Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HostName fallback? #670

Open
milkpirate opened this issue Jun 25, 2023 · 0 comments
Open

HostName fallback? #670

milkpirate opened this issue Jun 25, 2023 · 0 comments

Comments

@milkpirate
Copy link
Contributor

Hey,

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.

hosts:
  some-server:
    HostName:
      - 192.168.191.10
      - some-server
      - some.domain.name

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant