Fossil

Diff
Login

Differences From Artifact [b6a7277721]:

To Artifact [2fec79d9e3]:


90
91
92
93
94
95
96
97

98
99
100
101
102
103
104
90
91
92
93
94
95
96

97
98
99
100
101
102
103
104







-
+







  }
  return 0;
}

/*
** Default SSH command
*/
#ifdef _WIN32
#if 0 /* was: defined(_WIN32).  Windows generally has ssh now. */
static const char zDefaultSshCmd[] = "plink -ssh -T";
#else
static const char zDefaultSshCmd[] = "ssh -e none -T";
#endif

/*
** Initialize a Blob to the name of the configured SSH command.