How to vagrant ssh to different guest prort – CentOS
I have vagrant vm centos 7 running ssh on XXXX port (not default 22) How can I connect to XXXX port using "vagrant ssh" command I tried this but did not work. config.vm.network :forwarded_port, guest: 22, host: 2222, id: "ssh"…