create different ssh keys according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
{ | |
"$schema": "https://vega.github.io/schema/vega-lite/v4.json", | |
"height": 60, | |
"width": 120, | |
"padding": 0, | |
"autosize": "fit", | |
"description": "Google's stock price over time.", | |
"data": { | |
"url": "data/stocks.csv" | |
}, |
du -k -d1 * | sort -nr | cut -f2 | xargs -d '\n' du -sh |
create different ssh keys according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"