git-annex/Assistant/WebApp/Configurators
Joey Hess 10072157cb webapp: Fix bug when setting up a remote ssh repo repeatedly on the same server.
The ssh setup first runs ssh to the real hostname, to probe if a ssh key is
needed. If one is, it generates a mangled hostname that uses a key. This
mangled hostname was being used to ssh into the server to set up the key.
But if the server already had the key set up, and it was locked down, the
setup would fail. This changes it to use the real hostname when sshing in
to set up the key, which avoids the problem.

Note that it will redundantly set up the key on the ssh server. But it's
the same key; the ssh key generation code uses the key if it already
exists.
2013-06-25 14:46:20 -04:00
..
AWS.hs remove unnecessary haskell extensions 2013-06-04 21:13:20 -04:00
Delete.hs remove unnecessary haskell extensions 2013-06-04 21:13:20 -04:00
Edit.hs Make field readonly, not disabled 2013-06-18 17:08:37 -04:00
IA.hs remove unnecessary haskell extensions 2013-06-04 21:13:20 -04:00
Local.hs Android: Add .thumbnails to .gitignore when setting up a camera repository. 2013-06-10 17:10:12 -04:00
Pairing.hs remove unnecessary haskell extensions 2013-06-04 21:13:20 -04:00
Preferences.hs annex.debug can now be set to enable debug logging by default. The webapp's debugging check box does this. 2013-06-17 20:41:27 -04:00
Ssh.hs webapp: Fix bug when setting up a remote ssh repo repeatedly on the same server. 2013-06-25 14:46:20 -04:00
WebDAV.hs remove unnecessary haskell extensions 2013-06-04 21:13:20 -04:00
XMPP.hs fix warning building w/o xmpp 2013-06-20 22:25:45 -04:00