We recently updated our Fedora CoreOS to 33.20210117.3.2. I notice during the upgrade my slex commands fail on the new version. I'm connecting from a Centos7 server.
-
slex --host <my host> -u <my user> hostname fails with the following:
<my host>:22: ERROR none of the provided authentication methods can establish SSH session successfully
-
Slex returns the hostname on the previous version of FCOS. I've tried FQDN, short name and IP address for the host.
-
SSH commands work fine as well (e.g. ssh <my user>@<my host> hostname)
We recently updated our Fedora CoreOS to 33.20210117.3.2. I notice during the upgrade my slex commands fail on the new version. I'm connecting from a Centos7 server.
slex --host <my host> -u <my user> hostname fails with the following:<my host>:22: ERROR none of the provided authentication methods can establish SSH session successfullySlex returns the hostname on the previous version of FCOS. I've tried FQDN, short name and IP address for the host.
SSH commands work fine as well (e.g.
ssh <my user>@<my host> hostname)