2013年1月2日 星期三

將ssh identity key自動加入

如果要讓ssh把rsa的key當作identity使用
必須 
$ ssh-add .ssh/gitHubKey
但是這樣一來每次登入都必需要作一次
另外的方法就是把下列放入.ssh/config裡面
IdentityFile ~/.ssh/gitHubKey

參考資料:
http://stackoverflow.com/questions/3466626/add-private-key-permanently-with-ssh-add-on-ubuntu

沒有留言:

張貼留言