Goto: ...\google-cloud-sdk\lib\googlecloudsdk\command_lib\util\ssh\ssh.py
Change this line from:
if platforms.OperatingSystem.IsWindows():
to this:
if not platforms.OperatingSystem.IsWindows():
now it let you connect using system's ssh.