Skip to content

Instantly share code, notes, and snippets.

View WaaromZoMoeilijk's full-sized avatar

Aziz WaaromZoMoeilijk

View GitHub Profile

Raspberry Pi VPN Router

This is a quick-and-dirty guide to setting up a Raspberry Pi as a "router on a stick" to PrivateInternetAccess VPN.

Requirements

Install Raspbian Jessie (2015-09-24-raspbian-jessie.img) to your Pi's sdcard.

Use the Raspberry Pi Configuration tool or sudo raspi-config to:

@WaaromZoMoeilijk
WaaromZoMoeilijk / lussh
Last active April 6, 2016 07:40 — forked from sbleon/lussh
lussh - script to authorize your SSH key on a server
#!/bin/bash
# make sure to run this with /bin/bash, NOT /bin/sh
echo
echo This script will help you setup ssh public key authentication.
host=dummy