vagrant_host - main machine where is installed Vagrant vagrant_box - box on the main host
My goal is to log in from e.g. a local device to the vagrant box that is running on the main host.
The vagrant_box has its private IP address, has a user created with an imported key.
But right now, just for test, I tried to log in via ssh to vagrant box from vagrant host. It's still want my password - after type correct pass I getting : Permission denied, please try again.
The ip address is pinging
*also I want to login into box passwordless.