create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
// all time is in milliseconds | |
// timing was determined with 't = System.currentTimeMillis(); g...iterate(); System.currentTimeMillis() - t' | |
// evaluations we rerun over and over until they settled at a repeatable time and that is the time presented. | |
// evaluations were over the Grateful Dead graph. | |
GREMLIN3: g = TinkerGraph.open(); g.loadGraphML('data/grateful-dead.xml') | |
GRELMIN2: g = new TinkerGraph(); g.loadGraphML('data/graph-example-2.xml'); g.removeVertex(g.v(0)) | |
g.V().outE().inV().outE().inV().outE().inV().iterate() |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"