New Script: loadsshleys.sh
Former-commit-id: 6d6f7d6dee6c0ec7b3c37f5bfaa9d2ebd6c8a3c3
This commit is contained in:
7
loadsshkeys.sh
Normal file
7
loadsshkeys.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
KEYFILE="/home/mollusk/.ssh/gitbutter_thinkpad"
|
||||
|
||||
ssh-add ${KEYFILE}
|
||||
|
||||
eval `ssh-agent`
|
Reference in New Issue
Block a user