search for: bar_id_rsa

Displaying 1 result from an estimated 1 matches for "bar_id_rsa".

2017 Jul 06
3
[Bug 2739] New: ssh-add no longer works with xargs
...dd. A recent update broke this. Here is the command I was using: find ~/.ssh | egrep 'id_rsa$' | xargs ssh-add -K Here is the output of everything up until ssh-add: bash-3.2$ find ~/.ssh | egrep 'id_rsa$' | xargs /Users/user/.ssh/foo_id_rsa /Users/user/.ssh/id_rsa /Users/user/.ssh/bar_id_rsa And that is the expected output. When I run the whole line, here is what I get today, with error messages: bash-3.2$ find ~/.ssh | egrep 'id_rsa$' | xargs ssh-add -K ssh_askpass: exec(/usr/X11R6/bin/ssh-askpass): No such file or directory Identity added: /Users/user/.ssh/id_rsa (/Users/us...