Always use private key authentication for scp

1.1k Views Asked by At

I'm using scp in a script, which normally should always use private key authentication. If for some reason the private key is missing, I want the script to fail rather than display a password prompt.

Is it possible to disable this prompt, or to somehow specify that private key authentication should always be used?

1

There are 1 best solutions below

0
On BEST ANSWER

The option I was looking for is -B:

-B      Selects batch mode (prevents asking for passwords or passphrases).