Tente isto:
ssh user@A "unzip path/file.zip"
Se estiver funcionando, adicione -f
para colocá-lo em segundo plano:
ssh -f user@A "unzip path/file.zip"
ssh -f user@B "unzip path/file.zip"
ssh -f user@C "unzip path/file.zip"