-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(provider): do not blindly use first IP for SSH (#704)
For SSH access, try in order: - IPv4 address of the interface with IPv4 Gateway (if there is one) - IPv6 address of the interface with IPv6 Gateway (if there is one) - fallback to the first interface with IPv4 address Signed-off-by: Oto Petřík <[email protected]> Co-authored-by: Pavel Boldyrev <[email protected]>
- Loading branch information
Showing
2 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters