Skip to content

Instantly share code, notes, and snippets.

View vschum's full-sized avatar

Vincent Schumaker vschum

View GitHub Profile
@timball
timball / ssh_attach.sh
Created December 28, 2012 19:00
ssh_attach is to be sourced from a .profile and connects your shell to previously running ssh-agents . think of it as a slightly functional keymanager for your ssh sessions . --timball
#!/bin/bash
#
# ssh_attach.sh
#
# source this file in a .bashrc .
#
# something like :
#
# # interactive shell ??
# if [ "$PS1" ]; then