azure-linux icon indicating copy to clipboard operation
azure-linux copied to clipboard

ssh passphrase

Open vglafirov opened this issue 9 years ago • 0 comments

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

vglafirov avatar Mar 07 '15 19:03 vglafirov