home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8db1ace
)
Add ssh config script.
author
Christian Heller
<c.heller@plomlompom.de>
Sat, 13 Jun 2015 12:41:55 +0000
(14:41 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sat, 13 Jun 2015 12:41:55 +0000
(14:41 +0200)
ssh.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/ssh.sh
b/ssh.sh
new file mode 100755
(executable)
index 0000000..
7a4f693
--- /dev/null
+++ b/
ssh.sh
@@ -0,0
+1,6
@@
+#!/bin/sh
+set -e
+set -x
+#apt-get -y install openssh-client
+eval `ssh-agent`
+ssh-add ~/.ssh/id_rsa