The below are issues and fix with Vagrant and PG / Ora software related : **************************************************************************** 1. How do I prevent “No supported authentication methods available” when using putty to connect vagrant machine go to /etc/sshd/sshd-config -> change PasswordAuthenticator as Yes from No and save it and restart machine 2. How to fix from windows to PG Linux server connectivity.. To check ip tables off or not in vagrant linux or vm [root@pgnode1 bin]# iptables -nvL Chain INPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source ...