create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| /* | |
| * Chemical equation balancer | |
| * | |
| * Copyright (c) 2014 Project Nayuki | |
| * All rights reserved. Contact Nayuki for licensing. | |
| * http://www.nayuki.io/page/chemical-equation-balancer-javascript | |
| */ | |
| "use strict"; |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"