RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Gaman - Terminal utils to manager ssh key to git server

https://github.com/CQBinh/gaman

When you working on two github account. You have to create two ssh-key and add them to your accounts (i.e: company account and personal account).

To switch between them, typicaly, you open terminal:

$ ll ~/.ssh/

$ eval “$(ssh-agent -s)”

$ ssh-add path/to/new/ssh

$ ssh -T git@github.com

It will annoys you alot.

Don’t tired any more. gaman is here to help you on that.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in