create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| /* | |
| This file is now hosted here: | |
| https://github.com/victornpb/undiscord | |
| */ |
| "use strict"; | |
| var fs = require('fs'), | |
| http = require('http'), | |
| https = require('https'), | |
| util = require('util'), | |
| httpProxy = require('http-proxy'), | |
| proxyTable = require('./proxy-table.js'); // proxy-table from the pre-caronte node-http-proxy | |
| var routes_path = "routes.json"; |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"