Open HaleTom opened 4 years ago
Strangely, it breaks when the null argument given before the keys are listed, so this works fine:
% keychain --quiet -k all; eval $(keychain --eval --confhost --quick "$keys" "$noask" )
* keychain 2.8.5 ~ http://www.funtoo.org
* Starting ssh-agent...
* Adding 4 ssh key(s): /home/ravi/.ssh/id_4096_jvlk.me /home/ravi/.ssh/id_4096rsa_20kdf /home/ravi/.ssh/id_android /home/ravi/.ssh/id_boxy_rsa
Enter passphrase for /home/ravi/.ssh/id_4096_jvlk.me: ^C
%
hello @HaleTom - if you'd like to report a bug kindly use https://bugs.funtoo.org/
you can also reach us on Discord - for more info check https://www.funtoo.org/Welcome
Keychain behaves strangely when encountering a null argument.
Here,
$noask
is null:The exact command, but with
$noask
not surrounded by"
s:This is the context for why I want to do this: