Use RSA encryption with 4096 bits
ssh-keygen -t rsa -b 4096 -C "my_email@mydomain.com" -f ~/.ssh/myserver.key -P ""The command above will generate two files, the private key ~/.ssh/myserver.key and the public key ~/.ssh/myserver.key.pub.
| # Configure variables | |
| OPENSHIFT_PACKAGE=https://github.com/openshift/origin/releases/download/v3.11.0/openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit.tar.gz | |
| OPENSHIFT_HOSTNAME=openshift.xip.io | |
| # Install Docker | |
| sudo yum install docker -y | |
| sudo usermod -aG docker ec2-user | |
| # Add insecure registry to Docker |
How to use the signature?
Features: