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

Assign ssh.localPort automatically to an available port #285

Merged
merged 2 commits into from
Oct 8, 2021

Commits on Oct 8, 2021

  1. Assign ssh.localPort automatically to an available port

    - The hostagent now speaks REST API over `ha.sock` to provide the port information.
      See `pkg/hostagent/api`.
    
    - For backward compatibility, the "default" instance uses port 60022 by default.
    
    Close issue 131
    
    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    544d15d View commit details
    Browse the repository at this point in the history
  2. CI: relax GHA timeout

    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    0675508 View commit details
    Browse the repository at this point in the history