pub fn parse_ssh_uri(s: &str) -> (Option<String>, String, Option<String>)
Parse an SSH URI: [user@]host[:/socket]. Returns (user, host, socket).
[user@]host[:/socket]
(user, host, socket)