openssl creates keys with passphrase by default, fleetctl cannot ssh to cluster if passphrase is present. Need to remove it first. ``` openssl rsa -in ~/.ssh/id_rsa -out ~/.ssh/id_rsa_new ```
openssl creates keys with passphrase by default, fleetctl cannot ssh to cluster if passphrase is present. Need to remove it first.