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
Today, running tests, I ended up with a VM using the same IP from an old VM, but of course a different SSH key.
That caused the following while onboarding:
Maybe this should be an mgradm command so the user doesn't need to manually run things on the container.
Something like:
mgradm ssh remove-know-host <IP/HOSTNAME>
If we do this change, then we should try to change that message to tell the user to use the command... not sure how complicated that will be, because that message comes directly from openssh.
The text was updated successfully, but these errors were encountered:
Today, running tests, I ended up with a VM using the same IP from an old VM, but of course a different SSH key.
That caused the following while onboarding:
Maybe this should be an
mgradm
command so the user doesn't need to manually run things on the container.Something like:
mgradm ssh remove-know-host <IP/HOSTNAME>
If we do this change, then we should try to change that message to tell the user to use the command... not sure how complicated that will be, because that message comes directly from openssh.
The text was updated successfully, but these errors were encountered: