Showing posts with label Cloud Server. Show all posts
Showing posts with label Cloud Server. Show all posts

Thursday, 29 November 2018

Docker machine creation - Too many retries waiting for SSH to be available -Maximum number of retries (60) exceeded

Docker machine creation - Too many retries waiting for SSH to be available -Maximum number of retries (60) exceeded

To resolve the issue for 
Error creating machine: Error in driver during machine creation: Too many retries waiting for SSH to be available. 
Last error: Maximum number of retries (60) exceeded


Run the following following steps:

1. Check your docker version:
$ docker -v
Docker version 18.03.0-ce, build 0520e24


2. Download your docker version's of `boot2docker` (18.03.0-ce) from here into your local:
wget https://github.com/boot2docker/boot2docker/releases/download/v18.03.0-ce/boot2docker.iso -P ~/.docker/machine/cache/test/boot2docker-v18-03-0-ce.iso


3. Create the `new_virtual_box_name` using the downloaded version of `boot2docker`:
docker-machine create --driver virtualbox --virtualbox-boot2docker-url ~/.docker/machine/cache/test/boot2docker-v18-03-0-ce.iso new_virtual_box_name


Tuesday, 10 May 2011

Connecting to AWS EC2 (Linux) Instance With PuTTY via SSH In order to connect to an Amazon Web Services EC2 Linux instance using PuTTY over SSH you mu

Connecting to AWS EC2 (Linux) Instance With PuTTY via SSH
----------------------------------------------------------
In order to connect to an Amazon Web Services EC2 Linux instance using PuTTY over SSH you must generate a PPK file from your private key, then import the PPK to PuTTY. PuTTY does not natively support the private key format generated by Amazon EC2, therefore PuttyGen must be used to convert keys to its internal format.

please, download the following file with the complete information.

Connect to your Amazon AWS EC2 Linux machine using SSH and PuTTY in Windows