create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| /** | |
| * @author mrdoob / http://mrdoob.com/ | |
| */ | |
| function WebAudio( context ) { | |
| if ( context === undefined ) { | |
| context = WebAudio.context; |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"