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
While trying to spin up a public IPv6-only guest, I discovered that the code getting the ssh info of the host makes assumptions that the address to look for is IPv4 in the regex it uses. As a result trying to get the ssh info of the guest always fails, and thus the guest is never registered as the state "running".
The text was updated successfully, but these errors were encountered:
While trying to spin up a public IPv6-only guest, I discovered that the code getting the ssh info of the host makes assumptions that the address to look for is IPv4 in the regex it uses. As a result trying to get the ssh info of the guest always fails, and thus the guest is never registered as the state "running".
The text was updated successfully, but these errors were encountered: