search for: micahculpepper

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

2017 Jul 06
3
[Bug 2739] New: ssh-add no longer works with xargs
...ith xargs Product: Portable OpenSSH Version: 7.4p1 Hardware: amd64 OS: Mac OS X Status: NEW Severity: minor Priority: P5 Component: ssh-add Assignee: unassigned-bugs at mindrot.org Reporter: micahculpepper at gmail.com I have a small script in my bash profile to ensure my ssh keys have been added to ssh-add. 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 |...