문제

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?

도움이 되었습니까?

해결책

The option I was looking for is -B:

-B      Selects batch mode (prevents asking for passwords or passphrases).
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top