Install vib on 200 esxi hosts

how do I remote install a vib on 200 esxi hosts ?

I need to ssh into the host

run this command

esxcli software vib install -v /tmp/vib --no-sig-check

Where are you stuck?

Do you have a file containing all the target hosts? Do you have e.g. ssh's public key authentication installed/configured on all hosts? Did you read man ssh to find how to run a command?