#!/bin/bash mkdir ~/.ssh chmod 700 ~/.ssh/ touch ~/.ssh/authorized_keys chmod 600 ~/.ssh/authorized_keys cd ~ git init --bare example.git exit