jitty-scripts/loadsshkeys.sh
mollusk e66bcb5030 loadsshkeys.sh: make executable
Former-commit-id: 955e1b6b4c8e1c2196a2ab64cd5f854f2c01a244
2018-07-19 16:11:14 -07:00

8 lines
99 B
Bash
Executable File

#!/bin/bash
KEYFILE="/home/mollusk/.ssh/gitbutter_thinkpad"
ssh-add ${KEYFILE}
eval `ssh-agent`