git-annex/Assistant/WebApp
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
..
Configurators webapp: Fix bug when setting up a remote ssh repo repeatedly on the same server. 2013-06-25 14:46:20 -04:00
Common.hs make liftAnnex and liftAssistant polymorphic, like liftIO 2013-03-16 00:19:56 -04:00
Configurators.hs remove unnecessary haskell extensions 2013-06-04 21:13:20 -04:00
Control.hs rename module 2013-04-23 11:38:52 -04:00
DashBoard.hs add liftH shim between yesod versions, to avoid needing zillions of ifdefs 2013-06-03 13:51:54 -04:00
Documentation.hs remove unnecessary haskell extensions 2013-06-04 21:13:20 -04:00
Form.hs Make field readonly, not disabled 2013-06-18 17:08:37 -04:00
Notifications.hs remove unnecessary haskell extensions 2013-06-04 21:13:20 -04:00
OtherRepos.hs webapp: When the user switches to display a different repository, that repository becomes the default repository to be displayed next time the webapp gets started. 2013-06-11 00:06:06 -04:00
Page.hs make liftAnnex and liftAssistant polymorphic, like liftIO 2013-03-16 00:19:56 -04:00
RepoList.hs remove unnecessary haskell extensions 2013-06-04 21:13:20 -04:00
routes added special camera repository to start screen for android 2013-05-03 15:21:31 -04:00
SideBar.hs remove unnecessary haskell extensions 2013-06-04 21:13:20 -04:00
Types.hs now builds with both yesod 1.2 and 1.1 2013-06-03 18:14:22 -04:00
Utility.hs rename module 2013-04-23 11:38:52 -04:00