aboutsummaryrefslogtreecommitdiff
path: root/Assistant/Ssh.hs
Commit message (Expand)AuthorAge
* finally really add back custom-setup stanzaGravatar Joey Hess2017-12-31
* avoid the dashed ssh hostname class of security holesGravatar Joey Hess2017-08-17
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* webapp: Escape unusual characters in ssh hostnames when generating mangled ho...Gravatar Joey Hess2016-07-19
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* use mangled hostname for gitlab repo when using a dedicated git-annex ssh keyGravatar Joey Hess2015-07-27
* basic gitlab support in webappGravatar Joey Hess2015-07-22
* assistant: Fix local pairing when ssh pubkey comment contains spaces.Gravatar Joey Hess2015-02-04
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* revert parentDir changeGravatar Joey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itGravatar Joey Hess2015-01-06
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* webapp: Include ssh port in mangled hostname.Gravatar Joey Hess2014-06-05
* assistant: Adjust ssh authorized keys line generated in local pairing or for ...Gravatar Joey Hess2014-04-02
* webapp: Include no-pty in ssh authorized_keys lines.Gravatar Joey Hess2014-03-05
* Revert "work around what is likely a bug in a new version of ssh"Gravatar Joey Hess2014-02-14
* work around what is likely a bug in a new version of sshGravatar Joey Hess2014-02-14
* assistant: Ensure that .ssh/config and .ssh/authorized_keys are not group or ...Gravatar Joey Hess2014-01-03
* assistant: Set StrictHostKeyChecking yes when creating ssh remotes, and add i...Gravatar Joey Hess2013-12-20
* build assistant and watcher on windows (doesn't work yet)Gravatar Joey Hess2013-11-12
* enabling ssh gcrypt now worksGravatar Joey Hess2013-10-01
* webapp can now set up gcrypt repos on ssh serversGravatar Joey Hess2013-10-01
* UI for making encrypted ssh remotes with gcryptGravatar Joey Hess2013-09-29
* webapp: Improve handling of remotes whose setup has stalled.Gravatar Joey Hess2013-07-31
* set IdentitiesOnlyGravatar Joey Hess2013-07-31
* got hdevtools working againGravatar Joey Hess2013-07-27
* webapp: Ensure that ssh keys generated for different directories on a server ...Gravatar Joey Hess2013-06-25
* sanity checkGravatar Joey Hess2013-06-11
* display any illegal character found in ssh commentGravatar Joey Hess2013-06-10
* rename moduleGravatar Joey Hess2013-05-12
* fix use of wrong shebang when android is installing git-annex-shell wrapper o...Gravatar Joey Hess2013-05-06
* expose Control.Monad.joinGravatar Joey Hess2013-04-22
* webapp: Include the repository directory in the mangled hostname and ssh key ...Gravatar Joey Hess2013-04-16
* use git-annex for ssh directory nameGravatar Joey Hess2013-04-14
* random ssh keys (╯°□°)╯︵ ┻━┻ gnome-keyringGravatar Joey Hess2013-04-14
* assistant: Fix ~/.ssh/git-annex-shell wrapper to work when the ssh key does n...Gravatar Joey Hess2013-03-12
* Makefile now builds using cabal, taking advantage of cabal's automatic detect...Gravatar Joey Hess2013-02-27
* webapp: Display any error message from git init if it fails to create a repos...Gravatar Joey Hess2013-02-26
* deal with Android's nonstandard shell locationGravatar Joey Hess2013-02-13
* fix typo in name of authorized_keys file when canceling adding a keyGravatar Joey Hess2013-01-03
* webapp: Allow user to specify the ssh port when setting up a remote.Gravatar Joey Hess2012-12-06
* assistant: Allow periods in ssh key comments.Gravatar Joey Hess2012-12-06
* cleanupGravatar Joey Hess2012-11-06
* webapp: When setting up authorized_keys, use GIT_ANNEX_SHELL_DIRECTORY.Gravatar Joey Hess2012-11-05
* webapp: Generate better git remote names.Gravatar Joey Hess2012-10-31
* where indentationGravatar Joey Hess2012-10-31
* Use USER and HOME environment when set, and only fall back to getpwent, which...Gravatar Joey Hess2012-10-25
* webapp: Allow dashes in ssh key comments when pairing.Gravatar Joey Hess2012-10-22
* removed 3 partial !! and got a much nicer implementationGravatar Joey Hess2012-10-20
* webapp: Avoid crashing when ssh-keygen -F chokes on an invalid known_hosts file.Gravatar Joey Hess2012-09-27