create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
#!/bin/bash | |
# Required system tools | |
SYSTEM_DEPS=( | |
curl | |
jq | |
unzip | |
wget | |
) |