summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-01-30 19:30:39 +0000
committerLars Wirzenius <liw@liw.fi>2011-01-30 19:30:39 +0000
commit47b11d2197219e644cc5cb33818ffdb1251d5855 (patch)
tree4e1935bed2bf50b94d84488e362e18c44ce7200f
parent37a2eea2e21a1a9b82f84567f4bddf3c8886fd5a (diff)
downloadliw-automation-47b11d2197219e644cc5cb33818ffdb1251d5855.tar.gz
Add ssh-add-from-usbkey script.
-rwxr-xr-xscripts/ssh-add-from-usbkey5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/ssh-add-from-usbkey b/scripts/ssh-add-from-usbkey
new file mode 100755
index 0000000..913ca9f
--- /dev/null
+++ b/scripts/ssh-add-from-usbkey
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+ssh-add /media/Mr.?Brown/ssh/id_rsa
+#devkit-disks --unmount /dev/disk/by-uuid/3f59e969-03d6-47d9-8498-a59977166332
+#gnome-mount --unmount -d /dev/disk/by-uuid/3f59e969-03d6-47d9-8498-a59977166332