Function ssh_remote

Source
pub fn ssh_remote<'a>(
    user: Option<&str>,
    addr: &'a str,
    with_path: bool,
) -> Option<Remote<'a>>