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 seems the host entry is missing in the known_hosts. If you can try the following, it should work:
Adding to known hosts without any questions:
ssh-keyscan >> ~/.ssh/known_hosts
With your consent adding host to known_hosts:
ssh
Please let us know if it helps. Since this module is taking "ssh_hostkeymust": true, it is expecting it in known_hosts.
If you don't want do add it to known_hosts, workaround is edit the module brocade_fibrechannel_configuration_fabric.py and remove the line ssh_hostkeymust = True in that.
Like in the examples I tried to set
on a disabled G720 running FOS 9.1.1c. I got the following error:
The text was updated successfully, but these errors were encountered: