Matthias Pigulla
                                            Matthias Pigulla
                                        
                                    Please see this comment: https://github.com/webfactory/ssh-agent/issues/99#issuecomment-972763597 I added at #99. It might help you to find out if this is a problem with your key setup or the tool (`julia`?) you're...
This is probably about the Julia Language and its package manager: https://docs.julialang.org/en/v1/stdlib/Pkg/
This action only sets up the "SSH Agent", a helper program that can hold your SSH keys. Various commands running over SSH can then make use of these keys. To...
I am also not sure where this is coming from, but others reported similar issues before… the key comment seems to be `(stdin)` (sic!) only. Can you load your keys...
#76 and #88 are similar, but were closed before we could find the root issue and/or document what to watch out for.
``` $ ssh -V OpenSSH_7.6p1 Ubuntu-4ubuntu0.5, OpenSSL 1.0.2n 7 Dec 2017 # Start a new ssh-agent instance $ eval `ssh-agent -s` Agent pid 28881 # Create a key $ ssh-keygen...
From `man ssh-keygen`: > For keys stored in the newer OpenSSH format, there is also a comment field in the key file that is only for convenience to the user...
@cosminionut1996 it worked, see the second last line. (There must be a glitch causing the last line, ignore it.)
I'd prefer not to have this as an instruction in the README where people might miss it, but instead make the code more robust to also deal with the case...
@sebastianheuer did you mean `repositories.xml` or `phar.xml`? The latter one would make sense if your project has a vetting process in place before adding tools. But once you have them...