Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
lagreca
4 years agoOccasional Contributor
SSH key using a manual username
I have a .ssh/config file that defines my hosts that I connect to via ssh. When I put the 1password ssh key line in the config file, when I try to connect to one of my hosts, it ignores my configure...
Jack_P_1P
1Password Team
4 years agoHi lagreca:
Thanks for reaching out about this. By any chance, do you have any additional settings configured by Host *
?
I just did a quick test with my config looking like this:
```
Host github.com
User git
Host *
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
```
With this I was able to run ssh -T github.com
, and successfully use my SSH key from the IdentityAgent
configuration line, without it affecting the User
line specific to Host github.com
.
Let me know!
Jack