From 5c86d42bd6cf43843621711a315dbf2ead25c14f Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sun, 17 Mar 2013 18:59:40 +0000 Subject: [PATCH] Added a comment --- ...ent_1_db8ce8ef50fc33a28860ee475988450f._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/forum/Check_if_remote_is_using_GPG__63__/comment_1_db8ce8ef50fc33a28860ee475988450f._comment diff --git a/doc/forum/Check_if_remote_is_using_GPG__63__/comment_1_db8ce8ef50fc33a28860ee475988450f._comment b/doc/forum/Check_if_remote_is_using_GPG__63__/comment_1_db8ce8ef50fc33a28860ee475988450f._comment new file mode 100644 index 0000000000..ff073cd9a0 --- /dev/null +++ b/doc/forum/Check_if_remote_is_using_GPG__63__/comment_1_db8ce8ef50fc33a28860ee475988450f._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-03-17T18:59:40Z" + content=""" +You can tell this by looking at remote.log: + +git show git-annex:remote.log + +Remotes that are encrypted will have a big \"cipher=\" block in there, and ones that are encrypted to gpg public keys will have a list of the keys following \"cipherkeys=\" + + +"""]]