aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/wishlist:_Prevent_repeated_password_prompts_for_one_command
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U <Richard@web>2011-05-06 18:28:43 +0000
committerGravatar admin <admin@branchable.com>2011-05-06 18:28:43 +0000
commitd59666aed614f85e6d4fbdc0e19d7870ebe1961d (patch)
treed84fcf298c2d80a1e920c592051327a6d5eeb6f4 /doc/todo/wishlist:_Prevent_repeated_password_prompts_for_one_command
parentc7ff9d3dab19c2d504e74d5d92e8447b4719e872 (diff)
Added a comment
Diffstat (limited to 'doc/todo/wishlist:_Prevent_repeated_password_prompts_for_one_command')
-rw-r--r--doc/todo/wishlist:_Prevent_repeated_password_prompts_for_one_command/comment_1_e4f87beb5e67f00dc83ce3dd40ac3633._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_Prevent_repeated_password_prompts_for_one_command/comment_1_e4f87beb5e67f00dc83ce3dd40ac3633._comment b/doc/todo/wishlist:_Prevent_repeated_password_prompts_for_one_command/comment_1_e4f87beb5e67f00dc83ce3dd40ac3633._comment
new file mode 100644
index 000000000..3cc0b0834
--- /dev/null
+++ b/doc/todo/wishlist:_Prevent_repeated_password_prompts_for_one_command/comment_1_e4f87beb5e67f00dc83ce3dd40ac3633._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U"
+ nickname="Richard"
+ subject="comment 1"
+ date="2011-05-06T18:28:41Z"
+ content="""
+Unless you are forced to use a password, you should really be using a ssh key.
+
+ssh-keygen
+put local .ssh/id_?sa.pub into remote .ssh/authorized_keys (which needs to be chmod 600)
+ssh-add
+git annex whatever
+"""]]