Commit graph

13797 commits

Author SHA1 Message Date
http://joeyh.name/
4ac775199d Added a comment 2014-05-16 16:28:43 +00:00
http://joeyh.name/
bd0922eb93 Added a comment 2014-05-16 16:26:54 +00:00
https://id.koumbit.net/anarcat
9a59a6b993 Added a comment 2014-05-16 14:36:10 +00:00
zardoz
3159540e0d Added a comment 2014-05-16 08:40:48 +00:00
http://johan.kiviniemi.name/
693a6a4659 Added a comment 2014-05-16 02:27:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkexhIpGcYa22aPQtLm-StpHiF-MHYPh5w
8cc4df580b Fix more copy and paste errors 2014-05-15 23:26:04 +00:00
Joey Hess
c2c36886e1
fix paste-o 2014-05-15 16:43:05 -04:00
Joey Hess
de0c10ae5b
fix paste-o 2014-05-15 16:42:37 -04:00
Joey Hess
bb3f6f7b20 Merge branch 'master' of ssh://git-annex.branchable.com 2014-05-15 16:38:44 -04:00
http://joeyh.name/
b2749187bb Added a comment 2014-05-15 20:36:13 +00:00
Robie Basak
4184566627 ddar special remote 2014-05-15 16:32:44 -04:00
Joey Hess
f876850013 devblog 2014-05-15 16:32:37 -04:00
http://joeyh.name/
a5b250cd2a Added a comment 2014-05-15 20:22:41 +00:00
http://grossmeier.net/
6275e9b6ad 2014-05-15 20:05:35 +00:00
http://joeyh.name/
957ef992c7 Added a comment 2014-05-15 20:01:14 +00:00
http://joeyh.name/
21444ec6a1 Added a comment 2014-05-15 19:56:53 +00:00
http://joeyh.name/
94acad3be4 Added a comment 2014-05-15 19:54:54 +00:00
http://joeyh.name/
a16eba76b7 Added a comment 2014-05-15 19:53:16 +00:00
http://joeyh.name/
ec9413b9ee Added a comment 2014-05-15 19:51:48 +00:00
Joey Hess
8acb264a42 Merge branch 'master' of ssh://git-annex.branchable.com 2014-05-15 15:46:06 -04:00
Joey Hess
da202eb008 remove ssh-askpass recommends; close bugs obsoleted by sshpassword branch 2014-05-15 15:25:36 -04:00
Joey Hess
92232d753d close 2014-05-15 15:22:39 -04:00
http://joeyh.name/
bc48dbe931 Added a comment 2014-05-15 19:22:22 +00:00
Joey Hess
88d2a61947 update some comments re ssh password entry on Android 2014-05-15 15:20:24 -04:00
Joey Hess
dc72ea4ab5 deal with ssh key expiry
Not a perfect solution, but good enough, few users will wait 10 minutes in
the middle and see it expire, I hope.
2014-05-15 15:16:37 -04:00
Joey Hess
acbac3b8af Merge branch 'master' into sshpassword 2014-05-15 14:42:33 -04:00
Joey Hess
8cf3534194 gcrypt needs a new version, which I am releaseing 2014-05-15 14:36:39 -04:00
Joey Hess
c3c68f3235 todo 2014-05-15 12:56:12 -04:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
ddddc6da82 2014-05-15 14:30:53 +00:00
zardoz
8f4b37a9fc Added a comment 2014-05-15 13:03:48 +00:00
zardoz
4783db6e99 Added a comment 2014-05-15 08:58:26 +00:00
zardoz
214d949fe7 removed 2014-05-15 08:57:57 +00:00
zardoz
59f3227ddf Added a comment 2014-05-15 08:57:33 +00:00
zardoz
d2b3e04f22 2014-05-15 08:56:21 +00:00
zardoz
aad1909b75 2014-05-15 08:43:24 +00:00
zardoz
4140757206 Added a comment 2014-05-15 08:28:12 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkYmMFDdf3GJ9Oba6NCVkzGc4JyB9WavMs
2b36afb46f Added a comment 2014-05-15 02:07:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnJO6OKamxo1HDLwdV-W3KV4GhJ5Qitl9M
184953568f Added a comment 2014-05-15 00:57:24 +00:00
Joey Hess
f8ad4e1f63 Merge branch 'master' of ssh://git-annex.branchable.com 2014-05-14 18:21:59 -04:00
Joey Hess
cd6a5e8400 devblog 2014-05-14 18:18:53 -04:00
Joey Hess
a11176bab3 avoid clobbering existing env
This is necessary on windows, ssh couldn't resolve hostnames without env
for whatever reason.
2014-05-14 16:36:03 -04:00
http://grossmeier.net/
2f7d65a344 2014-05-14 19:59:38 +00:00
Joey Hess
85e9e8c0cf webapp: Better ssh password prompting.
When setting up a remote on a ssh server, prompt for a password inside the
webapp, rather than relying on ssh's own password prompting in the terminal
the webapp was started from, or ssh-askpass.

Avoids double prompting for the ssh password (and triple-prompting on
windows for rsync.net), since the entered password is cached for 10 minutes
and this cached password is reused when setting up the repository, after
the initial probe.

When the user has an existing ssh key set up, they can choose to use it,
rather than entering a password. The webapp used to probe for this case
automatically, so this is a little harder, but it's an advanced user thing.

Note that this commit is known to break enabling existing rsync
repositories. It hs not been tested with gcrypt repositories. It's not been
successfully tested yet on Windows.

This commit was sponsored by Ralph Mayer.
2014-05-14 15:38:32 -04:00
EskildHustvedt
a79e4e8f69 2014-05-14 19:29:52 +00:00
https://id.koumbit.net/anarcat
5bdbe41564 sign and repaste 2014-05-14 15:51:33 +00:00
https://id.koumbit.net/anarcat
160ae6e177 2014-05-14 15:46:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlQeMMI82sfgZ9lim_9GqLkc4fsd0Z3Qt8
fa6f205633 Added a comment 2014-05-14 09:08:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnhrtcVb6osHXjvZeNpj9diqh_JjyARc30
f8b1f7e666 Weird formatting help 2014-05-14 07:44:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnhrtcVb6osHXjvZeNpj9diqh_JjyARc30
efc16892a4 Asking for help with "error: refs/heads/git-annex does not point to a valid object!" 2014-05-14 07:42:41 +00:00
https://id.koumbit.net/anarcat
ffc517ca55 Added a comment: confusing... 2014-05-14 05:04:02 +00:00