Searched refs:GetSSHOpts (Results 1 – 2 of 2) sorted by relevance
290 if (GetSSHOpts() && *GetSSHOpts()) in GetPlatformSpecificConnectionInformation()291 stream.Printf(", options: '%s' ", GetSSHOpts()); in GetPlatformSpecificConnectionInformation()
656 virtual const char *GetSSHOpts() { return m_ssh_opts.c_str(); } in GetSSHOpts() function