diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-06 15:05:25 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-06 15:05:25 -0400 |
| commit | 1b44a605c9f4f8efaa2409b24e84a3ee39bb4990 (patch) | |
| tree | 1384cb2117e75d7d825731205437538ca428176d /doc | |
| parent | 9984892759e53ac7ce9d76b671ce05d214626dc2 (diff) | |
comment
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/todo/revertable_Ssh.authorizedKey/comment_1_6c11976a814a7f4a830bc11ae9bf534e._comment | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/revertable_Ssh.authorizedKey/comment_1_6c11976a814a7f4a830bc11ae9bf534e._comment b/doc/todo/revertable_Ssh.authorizedKey/comment_1_6c11976a814a7f4a830bc11ae9bf534e._comment new file mode 100644 index 00000000..e03f1143 --- /dev/null +++ b/doc/todo/revertable_Ssh.authorizedKey/comment_1_6c11976a814a7f4a830bc11ae9bf534e._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-10-06T19:01:13Z" + content=""" +This should be easy enough to implement; just implement a property that +ensures the file lacks an authorized key (probably using `File.lacksLine`) +and then combine the two properties with `<!>` to get a RevertableProperty. + +I'd accept a patch that does that. +"""]] |
