Skip to content

Instantly share code, notes, and snippets.

View haku's full-sized avatar

Fae Hutter haku

View GitHub Profile
#!/usr/bin/env bash
# Formatting constants
export BOLD=`tput bold`
export UNDERLINE_ON=`tput smul`
export UNDERLINE_OFF=`tput rmul`
export TEXT_BLACK=`tput setaf 0`
export TEXT_RED=`tput setaf 1`
export TEXT_GREEN=`tput setaf 2`
export TEXT_YELLOW=`tput setaf 3`
@haku
haku / README.markdown
Last active December 30, 2018 13:50 — forked from qingshan/autosshd
autosshd

autosshd

Install

git clone https://gist.github.com/6322759.git autosshd
cd autosshd
sudo ./install