0

Should be able to ssh from one VM to another or more other machines, but should not prompt for public key authentication. How to cover the prompt in automation using a shell script.

Anna
  • 51

1 Answers1

0

As @Kusalananda commented, SSH doesn't ask for "pubkey authentication". If you're using pubkey authentication, it asks for the password that protects the private key. In this case, you should remove the passphrase from the keys -- it's probably the simplest solution.

dr_
  • 29,602