Two accounts, two different ssh keys, Git cannot access the 2nd account?
Created by: leeola
Repro Steps
- Create 1 account, and add an ssh key to it.
- Create a 2nd account, add a different ssh key to it.
- Run
ssh -i ~/.ssh/key1 -T [email protected]
- Run
ssh -i ~/.ssh/key2 -T [email protected]
What is happening
Both steps 3 and 4 will show the same account.
What is expected
Step 3 should return account 1, Step 4 should return account 2.
Can anyone else confirm this? (If this is the wrong place to post this issue, please point me in the right direction)