Kitchen Setup hangs

I was trying to use kitchen.
I have ubuntu 16.04 virtual machine where i make my own coobook and another ubuntu 16.04 VM for testing using kitchen.
Since both machine already created I thought it would be much easier to use kitchen-ssh.
Up until creating the kitchen it’s OK, i can also run kitchen login.
The problem comes when i try to run kitchen test, kitchen setup, and kitchen converge.
It stop in preparing client.rb (when using chef_zero provision) and preparing solo.rb (using chef_solo).
I wait for a hour or two it still like that.
I also try it in ubuntu 14.04 , the result is exactly same.
What might the problem, and how to solve it?

Thank you