Currently the OSX binary on CRAN does not seem to support remotes over SSH. I know that I can compile from source and then (if I have a local libssh2 install) they'll be supported.
I am just wondering if we can do this better for the CRAN binary as well, so that people do not need libssh2? E.g. we can check how command line git does it, it clearly does not link to libssh, and I guess it does not contain an ssh protocol implementation, although it might.....