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...
XIII
4 years agoSuper Contributor
Usernames are not part of SSH keys and you should already be able to specify a user in your SSH config file (I already do that):
Host pi
HostName pi.home.lan
User lagreca
(example: use user "lagreca" when logging in to "pi.home.lan" using "ssh pi")