ローカルリポジトリをSSH経由でリモートの空リポジトリに追加

よくやるけど忘れるのでメモ
リモート側で

git init bare shared

ローカルで

git remote add origin ssh://user@host.name/project/pass