https://bugs.documentfoundation.org/show_bug.cgi?id=145190

--- Comment #2 from Justin L <[email protected]> ---
URI format  ssh:[username[:password]@]host[:port][?options], so:

m_bAuthority = true;    //has username || host || port
m_bUser = true;
m_bAuth = false;        //doesn't seem likely to support auth=
m_bPassword = true;
m_bHost = true;
m_bPort = true;
m_bHierarchical = false; //can specify a path
m_bQuery = true;        //the ?options is a query portion

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to