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
It's hard to test, but I think even with a hostkey stored in known_hosts, the first time a container tries to SSH, the process spits out a message to stderr which we treat as a fatal error. Instead, we should check for the string "Permanently added <xx.yy> to the list of known hosts" and allow that through.
The text was updated successfully, but these errors were encountered:
It's hard to test, but I think even with a hostkey stored in
known_hosts
, the first time a container tries to SSH, the process spits out a message to stderr which we treat as a fatal error. Instead, we should check for the string "Permanently added <xx.yy> to the list of known hosts" and allow that through.The text was updated successfully, but these errors were encountered: