minus-squareede1998@feddit.orgtoLinux@lemmy.ml•why can't I connect to my ssh server UNLESS I enter eval "$(ssh-agent -s)" first?linkfedilinkarrow-up3·3 months agoI had a similar construct in my bashrc and forgot the quotes. It didn’t throw an error but also didn’t work. Took quite a while to find the issue. So personally, I would recommend trying to quote correctly whenever possible. linkfedilink
I had a similar construct in my bashrc and forgot the quotes. It didn’t throw an error but also didn’t work. Took quite a while to find the issue. So personally, I would recommend trying to quote correctly whenever possible.