Closed jigsheth57 closed 8 years ago
sorry for the slow response. can you please both run:
$ cfops version
and
$ LOG_LEVEL=debug cfops backup ...
it will provide useful information to be able to help debug your issue. However, that error seems like it is either, using a old version of cfops
or you are running it from a machine which does not have access to the network where the Elastic Runtime VMs are running.
Turned out that error was caused by the ‘$’ in password. Once the ‘$’ was escape with single quote, it worked.
./cfops --logLevel "debug" b --opsmanagerhost opshostIP --adminuser admin --adminpass webapppassword --opsmanageruser ubuntu --opsmanagerpass password -d /tmp
ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain