Method to cancel ssh key password
Some ssh keys generate a
It is not convenient to use, use the following command to unencrypt ssh key password
ssh-keygen -f id_rsa -p
id_rsa for your private key filename, remember to change
You can then redeploy the new private key file or update it to the remote server.