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
ping red. if we find red with red.local then everybody is local.
we only need to do this for the manager. then we can assume if everyone else is local.
we need to be removing all known hosts files from the known hosts file.
go through all the hosts and say, ssh-keygen -R {hostname}.local. figure out whether the ending must have .local in this command.
use try except for these Shell.run's.
The text was updated successfully, but these errors were encountered:
ping red. if we find red with red.local then everybody is local.
we only need to do this for the manager. then we can assume if everyone else is local.
we need to be removing all known hosts files from the known hosts file.
go through all the hosts and say,
ssh-keygen -R {hostname}.local
. figure out whether the ending must have .local in this command.use try except for these Shell.run's.
The text was updated successfully, but these errors were encountered: