2nd Factor Authentication - Duo

Security is a big concern everywhere but not eveyone do what they preach!

There are several ways to secure your information or at least, try to difficult that someone can aquire access to your information.

One way to do that is to enable a 2nd Factor Authenticator.

Every “cool kid” has 2nd Factor enable from the start of using anything online. This 2nd Factor can be a SMS, Push, Phone call or even a file.

I’m using Duo Mobile. It works like Google Authenticator, Authy and more but one of the things I like the most is being able to access my server/app by using a push.

No more insert the code that is sent or generated. You just select if it was you or not.

One of the reasons I’m writting this post is to keep track of a important thing:

How to backup your Duo Mobile codes: On Android you need a rooted phone and then copy the following file:

/data/data/com.duosecurity.duomobile/files/duokit/accounts.json

AB

My Packer Snap is again on the news!

I was invited to say some words for the launch of the public beta of build.snapcraft.io.

Myself, my blog and my Snap were again news on the official blog of Ubuntu - Ubuntu Insights

AB

Snapcrafting

My blog and I were mentioned by the team of Snapcraft in “This week in snapcraft (WW21 2017)

In my tries, I have explored some ways of building snaps and Ubuntu is providing a new way to do it by launching build.snapcraft.io

It seems that Ubuntu is in the right path with this one.

“If the use of SNAPs is snapping, the creation of SNAPs is snapcrafting.”

AB

Terraform 0.9.6 and SNAPs

Another minor update on Terraform.

Some things to take a look:
[✓] New Provider: ovh
[✓] New Resource: aws_default_subnet
[✓] New Resource: aws_default_vpc
[✓] New Resource: aws_default_vpc_dhcp_options
[✓] New Data Source: aws_db_snapshot

With this release, I wanted to update my snapcrafts. I have updated my packer snap and I have also created a terraform updated snap.

Both were build by the snapcraft.io servers that are linked to my github account.

computer:~$ snap find abacao
Name              Version  Developer  Notes  Summary
terraform-abacao  0.9.6    abacao     -      build, change, and version infrastructure safely and efficiently
packer-abacao     1.0.0    abacao     -      Packer - Build Automated Machine Images

You can find the changelog for Terraform here

New Terraform 0.9.6 here

AB

Releases from Hasicorp

Hashicorp is a DevOps tools making company.

They have been doing some interesting things to the DevOps space such as:

  • Vagrant: Creation and configuration of portable development environments
  • Packer: Create platform specific machine images for a single source
  • Terraform: Create, combine and manage infrastructure across providers
  • Vault: Centrally store, secure and control access to distributed secrets
  • Consul: Distrobuted highly available tool for service discovery, configuration and orchestration
  • Nomad: Cluster manager and scheduler to deploy applications across any infrastructure

Today, the current versions are:

  • Vagrant 1.9.5
  • Packer 1.0.0
  • Terraform 0.9.5
  • Vault 0.7.2
  • Consul 0.8.3
  • Nomad 0.5.6

AB