Skip to content

The wrapper for an SSH client that enables you to utilize distinct keys for each repository.

Notifications You must be signed in to change notification settings

digitalspacestdio/homebrew-git-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Git SSH

The wrapper for an SSH client that enables you to utilize distinct keys for each repository.

Install the formula

brew install digitalspacestdio/nextgen-devenv/digitalspace-git-ssh

Generatethe key for specific repo.

ssh-keygen -f ~/.ssh/id_rsa_github_com_companyname_repositoryname -t rsa

or for the whole company.

ssh-keygen -f ~/.ssh/id_rsa_github_com_companyname -t rsa

Export the environment variable to override the default client

Recomended to add to your rc file

export GIT_SSH_COMMAND=$(brew --prefix git-ssh)'/bin/git-ssh'

Clone the repo

git clone [email protected]:companyname/repositoryname.git

About

The wrapper for an SSH client that enables you to utilize distinct keys for each repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published