Coder Social home page Coder Social logo

vagrant-nix-jumpbox's Introduction

Vagrant Nix Jumpbox

https://github.com/aglasson/vagrant-nix-jumpbox

Managing Linux systems from Windows made easy.
Why not WSL? WSL is great but it's not the most portable environment if you need to reinstall, change computers or have the ability to "start fresh". Vagrant gives you a local Linux environment you can spin up on-demand with a consistent (from code) environment ready to use.

Features

  • Spins up a Vagrant Ubuntu VM on Windows
  • Adds your account (based on windows username) and your authorised keys to base vagrant VM
  • Adds your private key to VM for SSH'ing to other systems

Installation

Vagrant Setup

Only if vagrant not already installed
  • Install Virtual Box, Vagrant's preferred/default provider (hypervisor), or your desired Vagrant provider (hypervisor)
  • Install Vagrant
  • vagrant up will usually prompt for a username and password for SMB. This is required. You can use your account with local admin privileges however I suggest adding a new local user (non-admin) with at least read privileges to the directory containing the Vagrantfile.

SSH Keys

  • This utility expects the following SSH keys in directory %USERPROFILE%\Documents\Keys\
    • %USERNAME%_private.ssh - Your OpenSSH format private key
    • %USERNAME%_public.pub - Your OpenSSH authorized_keys format public key
  • I recommend securing this directory with Windows EFS Folder Encryption for key safety, default EFS settings are fine as long as you're also keeping your keys in your prefered credential vault (eg. KeyPass) elsewhere

vagrant-nix-jumpbox's People

Contributors

aglasson avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.