Okay, I need some help. The bastion servers seem to hate me, because my keys aren’t forwarding. I’ve been using a separate keypair on the bastion host and putting that on servers, but it’s really annoying to have to do that every time. I have this in my ~/.ssh/config file, but it doesn’t seem to do anything: Host csa-bastion1.communitysysadmins.org ForwardAgent yes
Can anybody help me figure out why on earth my keys aren’t forwarding?
Perhaps a silly question, but are you running the ssh-agent app on the machine storing your keys? Forwarding your keys doesn’t help if they aren’t being made available to forward.