I’ve been using git in my new projects these days, just because it’s cool — and it’s FAST! We use unfuddle to host our projects but some of our clients prefer to have their own accounts. You can only associate one ssh key pair to each unfuddle account. So thats fine, you can setup multiple ssh key pairs, github has some good explanations.
Here: http://github.com/guides/multiple-github-accounts
Basically you tell your ssh to use different keypairs for particular hostnames in ~/.ssh/config like so:
Host rorcraft.unfuddle.com
User git
IdentityFile ~/.ssh/id_dsa
Host ankoder.unfuddle.com
User git
IdentityFile ~/.ssh/id_dsa_ankoder
NOTE: If you’re using passphrase and you’re on OSX Leopard or if you’re using ssh-agent. You have to kill your ssh-agent process first.
Leopard has keychain integration built-in for ssh key passphrase by using ssh-agent. This will stop your configs working. Either don’t use passphrase or don’t store it in keychains.
ps xa | grep ssh-agent | grep -v grep
1240 ?? S 0:02.36 /usr/bin/ssh-agent -l
Took me a bit of time of figure this out.. but I still love git.
HK Web & Tech Meetup Index
HK Ruby on Rails User Group
My Tumblr blog
Latest Entries
- HK Web & Tech Meetup Calendar
- I work on the web
- Hangzhou on Rails!
- About RoRCraft, looking forward to a great 2009!
- Hong Kong Ruby on Rails User Group for 2009
- Hong Kong Web & Tech Meetup Index
- A month of networking.
- Heading to Ad:Tech Shanghai
- Very cool Bruce Lee viral advertisement from Nokia
- So many events on November 15 weekend.
Archives
- January 2009
- December 2008
- November 2008
- September 2008
- August 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- November 2007
- July 2007
- June 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- February 2006
- January 2006
- December 2005
Categories
- ankoder (3)
- australia (2)
- business (15)
- china (7)
- conference (4)
- environment (2)
- facebook (1)
- firefox (1)
- git (2)
- github (2)
- hangzhou (1)
- hong kong (5)
- interface (1)
- internet (1)
- javascript (1)
- jobboard (1)
- olympics (1)
- osx (1)
- personal (16)
- politics (6)
- railscamp (1)
- rorcraft (6)
- ruby on rails (7)
- scriptaculous (1)
- startup (2)
- sydney (1)
- taiwan (2)
- travel (5)
- trend (2)
- trends (1)
- twitter (1)
- Uncategorized (9)
- unfuddle (1)
- usability (2)
Twitter Updates
Friends blog
Read Write Sleep
雨樂文康匯
852 Signal
Enjoy Rails
Gang Lu
Web Wednesday
I am the founder of RoRCraft Ltd., a web consultancy firm that develops usable and speedy web applications for our clients.
Based in Sydney, I travel to Hong Kong and HangZhou China to meet with my team regularly. I love exploring new technologies and business ideas that helps making our world a better place.

An online video conversion tool. It allows everyone to freely convert their videos for ipods, mobiles and flash.
Rails Job
Job board for Ruby and Rails developers.

No Comments
Leave a Comment
trackback address