create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| set set target.max-string-summary-length 10000 |
| #!/usr/bin/ruby | |
| require 'optparse' | |
| options = {} | |
| def log(message, options) | |
| if options[:verbose] | |
| puts "DEBUG: " + message | |
| end | |
| end |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"