Base on VPN i would like to remove the external ip address of my servers and only ssh using their internal/private ip address.
I have a VPN GW in my Google Compute private network and all my servers doesn't have any external ip address.
I can open a VPN connection to the GW from my laptop and PING servers in my accounts using only their private ip address. Now I would like to SSH these servers using Google's gcutil but it looks like it can only use external IP address.
Does gcutil have any option to ssh base on internal/private IPs? or does gcutil only use external IP address when establishing an SSH session?