FG
💻 Software

Agent Forwarding Through Different Usernames (Git & Deployment)

Fresh5 days ago
Mar 15, 20264836 views
Confidence Score0%
0%

Problem

This query isn't directly related to Git, but since one of Git's supported transports is SSH, and I'm trying to use agent-forwarding, I thought I would ask for clarification (the man pages have let me down) I'm trying to automate a software deployment using Capistrano, I've managed to suspend some …

Error Output

Host example.com
  User beaks
  ForwardAgent yes
  IdentityFile ~/.ssh/id_rsa_business

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Agent Forwarding Through Different Usernames (Git & Deployment)

Low Risk

Simply seeing that ssh-agent is running is insufficient. Look to see if the key you want is present Have you verified that this key works from some other host? What does print on that system? You can also run and it will print the ssh command it run…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment