Skip to content

Instantly share code, notes, and snippets.

@napramirez
Created July 21, 2016 17:01
Show Gist options
  • Save napramirez/4967df18184492bae5602ac0c19ef279 to your computer and use it in GitHub Desktop.
Save napramirez/4967df18184492bae5602ac0c19ef279 to your computer and use it in GitHub Desktop.
Logs when spinning up a CentOS 7 Vagrant box
user@localhost:~/centos7$ vagrant init centos/7 2>&1 > /dev/null; vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'centos/7'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'centos/7' is up to date...
==> default: Setting the name of the VM: centos7_default_1469115339526_17226
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default:
default: Vagrant insecure key detected. Vagrant will automatically replace
default: this with a newly generated keypair for better security.
default:
default: Inserting generated public key within guest...
default: Removing insecure key from the guest if it's present...
default: Key inserted! Disconnecting and reconnecting using new SSH key...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment