create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| FROM ruby:2.2.3 | |
| MAINTAINER tiagopog@gmail.com | |
| # Install apt based dependencies required to run Rails as | |
| # well as RubyGems. As the Ruby image itself is based on a | |
| # Debian image, we use apt-get to install those. | |
| RUN apt-get update && apt-get install -y \ | |
| build-essential \ | |
| nodejs |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"