Installing a rails plugin using the git:// protocol is easy, you just type
script/plugin install git://server.local/my_git_repo.git
How do I install a plugin from a git repo hosted over ssh?
When I type
script/plugin install [email protected]:plugin.git
I get "Plugin not found"
I know it's not a git issue because the installer doesn't even prompt me for my ssh password.