高洛峰2017-04-24 09:15:16
公鑰的話,可以在.ssh/config設定不同的主機採用不同的公鑰,具體的可以參考http://nerderati.com/2011/03/simplify-your-life-with-an-ssh-config -file/
部署在不同的程式碼庫的話,只需要加幾個remote就行了, 例如
git remote add remote1 git@git.repo1.com:xxx.git
git remote add remote2 git@git.repo2.com:xxx.git