I read this article in
https://en.bitcoin.it/wiki/TransactionP2PKH uses :
scriptPubKey: OP_DUP OP_HASH160 OP_EQUALVERIFY OP_CHECKSIG
scriptSig:
scriptSig is supplied by the redeemer. scriptPubKey is from the referred previous transaction.
For example. i send bitcoin to the recipient using the pubkeyHash of the recipient. Because the redeeming condition requires the pubKey and the sig, does it mean anyone with the pubKey and sig can redeem the bitcoin?