79203683

Date: 2024-11-19 13:57:02
Score: 1
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ankush Bhagat