create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
<?php | |
require_once 'vendor/autoload.php'; | |
use Guzzle\Http\Client; | |
$user = '<<user>>'; | |
$password = '<<password>>'; | |
$url = '<<baseurl>>/rest/v10/'; | |
$client = new Client($url); | |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"