Commit graph

  • 384ccf693f Use SSH binaries from the Git suite Matthias Pigulla 2021-03-03 08:19:58 +0000
  • 2d8d48e56a Run only SSH #85 debug-windows-ssh Matthias Pigulla 2021-03-03 07:38:23 +0000
  • 5a354bf325 Run windows only Matthias Pigulla 2021-03-02 20:43:23 +0000
  • 6458b79183 Use another action for debugging Matthias Pigulla 2021-03-02 20:33:48 +0000
  • 873b13078f Run tmate directly Matthias Pigulla 2021-03-02 20:29:34 +0000
  • 3fc2400425 Debug Matthias Pigulla 2021-03-02 20:28:33 +0000
  • 3715bc571d Use IdentitiesOnly=yes, because on Windows the wrong key was sent first (_but_: taken from the Agent) Matthias Pigulla 2021-03-02 18:30:41 +0000
  • 71155bedbe Poke at things with a stick Matthias Pigulla 2021-03-02 18:27:44 +0000
  • 10fed90131 Test whether we're using the wrong ssh client Matthias Pigulla 2021-03-02 17:38:18 +0000
  • d3770df27e Use IdentitiesOnly=yes always Matthias Pigulla 2021-03-02 16:13:48 +0000
  • 7667967a0a Show loaded keys Matthias Pigulla 2021-03-02 16:13:26 +0000
  • c77dd5afd7 ... Matthias Pigulla 2021-03-02 16:11:15 +0000
  • a4b2891e37 Set DISPLAY to circumvent read_passphrase (?) Matthias Pigulla 2021-03-02 16:07:52 +0000
  • 7cabdfc0cc Print cwd Matthias Pigulla 2021-03-02 16:03:44 +0000
  • da67187c5e use printenv (powershell?) Matthias Pigulla 2021-03-02 16:03:17 +0000
  • 64510141b4 Print env Matthias Pigulla 2021-03-02 16:01:37 +0000
  • 8cdc63104f Create /dev/tty on D: also Matthias Pigulla 2021-03-02 15:55:31 +0000
  • e0d767fd8e Make sure file creation works Matthias Pigulla 2021-03-02 15:40:01 +0000
  • feedd601c5 Fix Windows file path to use backslashes Matthias Pigulla 2021-03-02 15:31:47 +0000
  • e35dbcbae9 Work around another bug in OpenSSH on Windows Matthias Pigulla 2021-03-02 15:29:19 +0000
  • cbf6c2b3c2 Also try AddKeysToAgent=yes Matthias Pigulla 2021-03-01 11:31:50 +0000
  • 2bcaae34da Avoid using a separate shell Matthias Pigulla 2021-03-01 11:14:22 +0000
  • f03f6e3358 Debug SSH_AUTH_SOCK Matthias Pigulla 2021-03-01 11:05:21 +0000
  • 7d6e731f4a Use SSH_AUTH_SOCK in following ssh-add invocations Matthias Pigulla 2021-03-01 10:59:34 +0000
  • 88bcf9af86 Use IdentitiesOnly=no Matthias Pigulla 2021-03-01 10:53:18 +0000
  • 02a6899abb Keep output Matthias Pigulla 2021-03-01 10:50:07 +0000
  • 5f971b8d4f Add askpass.c source code Matthias Pigulla 2021-03-01 10:46:52 +0000
  • ab7e1e8f32 Trigger workflows Matthias Pigulla 2021-03-01 09:51:34 +0000
  • 7f61bbc4ae Use different ssh-add command for Windows/!Windows Matthias Pigulla 2021-03-01 09:41:11 +0000
  • 2bde568a83 Trigger Actions Matthias Pigulla 2021-03-01 09:35:32 +0000
  • 93c9b23aa1 Empty commit Matthias Pigulla 2021-03-01 09:27:02 +0000
  • 1606d19f15 Preserve process.env so the PATH (and possibly other) vars are availabe Matthias Pigulla 2021-03-01 09:24:06 +0000
  • 8addcca750 Debug with ngrok/ssh Matthias Pigulla 2021-03-01 08:47:08 +0000
  • 166067472e More debugging Matthias Pigulla 2021-03-01 08:23:42 +0000
  • f78cad1cc7 Try to output ssh-add failure Matthias Pigulla 2021-03-01 08:19:03 +0000
  • ccd95b931d Use execSync instead of execFileSync Matthias Pigulla 2021-03-01 08:16:26 +0000
  • 637f9c791e Fix execFileSync call Matthias Pigulla 2021-03-01 08:15:05 +0000
  • 18f53866de Use absolute path for askpass.exe Matthias Pigulla 2021-03-01 08:13:10 +0000
  • c91aeeb123 Fake askpass Matthias Pigulla 2021-03-01 08:09:30 +0000
  • 25b1b5d69f Compile Hello World on Windows Matthias Pigulla 2021-03-01 07:32:27 +0000
  • 9406a51fa5 Remove stdio: 'inherit' Matthias Pigulla 2021-02-28 16:07:26 +0000
  • ef63fdb1df Fix syntax Matthias Pigulla 2021-02-28 16:04:53 +0000
  • 7fc4d80a06 Debug output Matthias Pigulla 2021-02-28 15:58:23 +0000
  • 9b7e80db62 Use exec Matthias Pigulla 2021-02-28 15:55:23 +0000
  • 4d491fcb08 Fix ssh-add syntax (?) Matthias Pigulla 2021-02-28 15:53:33 +0000
  • 1676d1f2a9 Use an askpass wrapper Matthias Pigulla 2021-02-28 15:52:09 +0000
  • 3702096734 Try writing keys to disk and encrypting them Matthias Pigulla 2021-02-27 20:47:41 +0000
  • 253819f283 Start another agent Matthias Pigulla 2021-02-27 19:57:16 +0000
  • 231e859720 Re-add key to agent after setting passphrase Matthias Pigulla 2021-02-27 19:54:52 +0000
  • 5e4ad4bcc8 Explicitly disable IdentitiesOnly Matthias Pigulla 2021-02-27 18:25:44 +0000
  • c56b9c4c81 Encrypt key on disk Matthias Pigulla 2021-02-27 18:13:12 +0000
  • d7353c1718 Write private key to file (does this work on Windows?) Matthias Pigulla 2021-02-27 18:07:11 +0000
  • bcd9c12595 Print key file name Matthias Pigulla 2021-02-27 11:05:12 +0000
  • ab4471f51e Remove steps that cause noise during debugging Matthias Pigulla 2021-02-27 11:03:19 +0000
  • 05624726bc Remove "IdentitiesOnly" Matthias Pigulla 2021-02-27 11:00:51 +0000
  • 2a421d8dab
    Debug deployment keys on Windows Matthias Pigulla 2021-02-26 22:22:35 +0100
  • 6b2f2c5354
    Prepare README for the upcoming 0.5.0 release v0.5.0 Matthias Pigulla 2021-02-19 14:41:23 +0100
  • 4d06ea6a33
    Add support for GitHub Deployment Keys through key comments (#59) Matthias Pigulla 2021-02-19 14:37:34 +0100
  • 2aceb2be74 Mention deployment key support on top of the README #59 Matthias Pigulla 2021-02-13 20:28:20 +0000
  • 0f851344e9 Try "ssh://"-URLs as suggested in https://github.com/webfactory/ssh-agent/issues/30#issuecomment-756007264 Matthias Pigulla 2021-02-13 20:07:04 +0000
  • 99c7c405e3 Improve log message for repo/key mappings Matthias Pigulla 2021-02-13 17:35:09 +0000
  • 345b25518d Update the README, describing how to use deploy keys Matthias Pigulla 2021-02-13 17:01:16 +0000
  • c6c4c59707 Improve RegEx to match key comment, rename variable Matthias Pigulla 2021-02-13 16:31:02 +0000
  • e8feaab9e8 Create git aliases and SSH mappings for deployment keys Matthias Pigulla 2021-02-13 12:31:04 +0000
  • 85353917a2
    Tweak README formatting Matthias Pigulla 2021-02-13 21:26:12 +0100
  • e5df661fc4 Update README to mention Windows and/or Docker support Matthias Pigulla 2021-02-13 20:25:00 +0000
  • 23e7ede81c Bump copyright in README Matthias Pigulla 2021-02-13 20:03:25 +0000
  • edc2fe4f2e
    Support container-based workflows and Windows (#17) Matthias Pigulla 2021-02-13 21:02:34 +0100
  • 028a5ccee4 Install SSH in the Docker container to test Docker-based Action runs #17 Matthias Pigulla 2021-02-13 13:12:02 +0000
  • c95dfdcede Use os.userInfo() to obtain the getpwent()-based home directory Matthias Pigulla 2021-02-12 20:12:28 +0000
  • 79096d29b0 Document how to pass input arguments during local development Matthias Pigulla 2021-02-12 18:04:53 +0000
  • 5fedeb584e Fix scripts/build.js to work on Windows Matthias Pigulla 2021-02-12 18:02:24 +0000
  • 60ca2a5b53 Try running a container-based demo as well Matthias Pigulla 2021-02-12 17:56:37 +0000
  • e20d8b470b Setup demo windows-latest run Matthias Pigulla 2021-02-12 17:12:27 +0000
  • 6d285f5b6b Try different home dir detection as suggested in #38 Matthias Pigulla 2021-02-12 17:09:58 +0000
  • d193fc24a1 Update dist/index.js #58 Mårten Wikström 2021-02-02 18:22:16 +0100
  • 211012f9f5 Try to fix issue #20 with the proposed fix by @rieschl Mårten Wikström 2021-02-02 17:31:36 +0100
  • 30f1ccbb4c Added home equivalent for windows #56 Owen Jaques 2020-12-10 14:32:21 -0800
  • f1e25145c0
    Update action.yml #55 Adam Rogas 2020-12-04 17:10:36 -0800
  • 1f5de2381e
    Update index.js Adam Rogas 2020-12-04 17:09:25 -0800
  • d561d1a80b Adding repo-mappings and drop-extra-header options Updated README.md to include the two new options Fixed build.js to work on windows Fixed homedir lookup for windows Moved param names to const vars at the top and replaced all references #38 Shaun Cooley 2020-08-17 16:30:59 -0700
  • 32bf6ffab0 rebuild #53 Michael Carlson 2020-11-23 22:27:32 -0700
  • 91b425f19e update example ssh-keygen to be consistent with other examples Michael Carlson 2020-11-23 22:25:21 -0700
  • 8b6489657d fix script comment #52 Michael Carlson 2020-11-23 22:11:57 -0700
  • 701a670515 add whitespace to readme for readability Michael Carlson 2020-11-23 22:05:59 -0700
  • 0128ae9f59 update readme wording Michael Carlson 2020-11-23 22:03:39 -0700
  • 17860381fc add git deploy key wrapper functionality Michael Carlson 2020-11-23 21:58:33 -0700
  • 780d0ee9a3
    document v0.4.1 changes in the changelog (#47) Michael Davis 2020-11-17 02:17:43 -0600
  • 853f312fd1
    Update actions/core version for set-env issue #48 Christian Sauer 2020-11-16 17:09:02 -0500
  • a29be91bd6
    document v0.4.1 changes in the changelog #47 Michael Davis 2020-11-16 13:43:37 -0600
  • 43c9b3548b Nutze Composer v1, vermeide ::set-env (Case 115156, Case 115161) Matthias Pigulla 2020-11-10 20:28:49 +0100
  • 893c4c419a
    Merge branch 'master' into master #46 Lucas Teske 2020-11-10 10:17:18 -0300
  • 73d2440ad4 Add wrapper script for selecting the right deployment key deploy-key-wrapper Matthias Pigulla 2020-10-08 07:25:59 +0000
  • ee29fafb6a Update README for a 0.4.1 release v0.4.1 Matthias Pigulla 2020-10-07 21:08:38 +0000
  • 3dd57c80a6
    Update dependencies (#43) Matthias Pigulla 2020-10-07 23:06:49 +0200
  • be9d629085 Update dependencies #43 Matthias Pigulla 2020-10-07 21:04:53 +0000
  • acdd95396c Update @actions/core #42 Aaron 2020-10-07 13:58:30 -0600
  • 9e5c1c7a9b
    Point to blog post explaining how to use multiple GitHub deploy keys Matthias Pigulla 2020-09-07 16:57:21 +0200
  • ef0ce0cab8
    Ignore failures when trying to kill the ssh-agent (#33) v0.4.0 Matthias Pigulla 2020-06-24 08:31:28 +0200
  • 98574c165e
    Update the CHANGELOG #33 Matthias Pigulla 2020-06-24 08:30:55 +0200