Commit Graph

88 Commits

Author SHA1 Message Date
Matthias Pigulla 2d8d48e56a Run only SSH 2021-03-03 07:38:23 +00:00
Matthias Pigulla 5a354bf325 Run windows only 2021-03-02 20:43:23 +00:00
Matthias Pigulla 6458b79183 Use another action for debugging 2021-03-02 20:33:48 +00:00
Matthias Pigulla 873b13078f Run tmate directly 2021-03-02 20:29:34 +00:00
Matthias Pigulla 3fc2400425 Debug 2021-03-02 20:28:33 +00:00
Matthias Pigulla 3715bc571d Use IdentitiesOnly=yes, because on Windows the wrong key was sent first (_but_: taken from the Agent) 2021-03-02 18:30:41 +00:00
Matthias Pigulla 71155bedbe Poke at things with a stick 2021-03-02 18:27:44 +00:00
Matthias Pigulla 10fed90131 Test whether we're using the wrong ssh client 2021-03-02 17:38:18 +00:00
Matthias Pigulla d3770df27e Use IdentitiesOnly=yes always 2021-03-02 16:13:48 +00:00
Matthias Pigulla 7667967a0a Show loaded keys 2021-03-02 16:13:26 +00:00
Matthias Pigulla c77dd5afd7 ... 2021-03-02 16:11:15 +00:00
Matthias Pigulla a4b2891e37 Set DISPLAY to circumvent read_passphrase (?) 2021-03-02 16:07:52 +00:00
Matthias Pigulla 7cabdfc0cc Print cwd 2021-03-02 16:03:44 +00:00
Matthias Pigulla da67187c5e use printenv (powershell?) 2021-03-02 16:03:17 +00:00
Matthias Pigulla 64510141b4 Print env 2021-03-02 16:01:37 +00:00
Matthias Pigulla 8cdc63104f Create /dev/tty on D: also 2021-03-02 15:55:31 +00:00
Matthias Pigulla e0d767fd8e Make sure file creation works 2021-03-02 15:40:01 +00:00
Matthias Pigulla feedd601c5 Fix Windows file path to use backslashes 2021-03-02 15:31:47 +00:00
Matthias Pigulla e35dbcbae9 Work around another bug in OpenSSH on Windows 2021-03-02 15:29:19 +00:00
Matthias Pigulla cbf6c2b3c2 Also try AddKeysToAgent=yes 2021-03-01 11:31:50 +00:00
Matthias Pigulla 2bcaae34da Avoid using a separate shell 2021-03-01 11:16:21 +00:00
Matthias Pigulla f03f6e3358 Debug SSH_AUTH_SOCK 2021-03-01 11:05:21 +00:00
Matthias Pigulla 7d6e731f4a Use SSH_AUTH_SOCK in following ssh-add invocations 2021-03-01 10:59:34 +00:00
Matthias Pigulla 88bcf9af86 Use IdentitiesOnly=no 2021-03-01 10:53:18 +00:00
Matthias Pigulla 02a6899abb Keep output 2021-03-01 10:50:07 +00:00
Matthias Pigulla 5f971b8d4f Add askpass.c source code 2021-03-01 10:46:52 +00:00
Matthias Pigulla ab7e1e8f32 Trigger workflows 2021-03-01 09:51:34 +00:00
Matthias Pigulla 7f61bbc4ae Use different ssh-add command for Windows/!Windows 2021-03-01 09:41:11 +00:00
Matthias Pigulla 2bde568a83 Trigger Actions 2021-03-01 09:35:32 +00:00
Matthias Pigulla 93c9b23aa1 Empty commit 2021-03-01 09:27:02 +00:00
Matthias Pigulla 1606d19f15 Preserve process.env so the PATH (and possibly other) vars are availabe 2021-03-01 09:24:06 +00:00
Matthias Pigulla 8addcca750 Debug with ngrok/ssh 2021-03-01 08:47:08 +00:00
Matthias Pigulla 166067472e More debugging 2021-03-01 08:35:43 +00:00
Matthias Pigulla f78cad1cc7 Try to output ssh-add failure 2021-03-01 08:19:03 +00:00
Matthias Pigulla ccd95b931d Use execSync instead of execFileSync 2021-03-01 08:16:26 +00:00
Matthias Pigulla 637f9c791e Fix execFileSync call 2021-03-01 08:15:05 +00:00
Matthias Pigulla 18f53866de Use absolute path for askpass.exe 2021-03-01 08:13:10 +00:00
Matthias Pigulla c91aeeb123 Fake askpass 2021-03-01 08:09:30 +00:00
Matthias Pigulla 25b1b5d69f Compile Hello World on Windows 2021-03-01 07:33:08 +00:00
Matthias Pigulla 9406a51fa5 Remove stdio: 'inherit' 2021-02-28 16:07:26 +00:00
Matthias Pigulla ef63fdb1df Fix syntax 2021-02-28 16:04:53 +00:00
Matthias Pigulla 7fc4d80a06 Debug output 2021-02-28 15:58:23 +00:00
Matthias Pigulla 9b7e80db62 Use exec 2021-02-28 15:55:23 +00:00
Matthias Pigulla 4d491fcb08 Fix ssh-add syntax (?) 2021-02-28 15:53:33 +00:00
Matthias Pigulla 1676d1f2a9 Use an askpass wrapper 2021-02-28 15:52:09 +00:00
Matthias Pigulla 3702096734 Try writing keys to disk and encrypting them 2021-02-28 15:05:09 +00:00
Matthias Pigulla 253819f283 Start another agent 2021-02-27 20:00:21 +00:00
Matthias Pigulla 231e859720 Re-add key to agent after setting passphrase 2021-02-27 19:54:52 +00:00
Matthias Pigulla 5e4ad4bcc8 Explicitly disable IdentitiesOnly 2021-02-27 18:25:44 +00:00
Matthias Pigulla c56b9c4c81 Encrypt key on disk 2021-02-27 18:13:12 +00:00