Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
3 years agoHow to get SSH login prompt unlocks with Debian
Hi,
So I've recently tried Ubuntu Server 22.04 and at the end of the installation, we are prompted if we choose to add a SSH key from GitHub.
If I do this, when I SSH from a Windows PC with 1Pa...
floris_1P
1Password Team
3 years agoSo is that a headless Ubuntu instance that you're SSH'ing into from your Windows machine? If so, you can enable agent forwarding, using ssh -A
or using ForwardAgent yes
in your SSH config. That way, you'll get the Windows Hello prompt when you SSH on the Linux machine too.