Allow public key auth when SSHing into Workspace
Problem to solve
When logging in to a Workspace via SSH, I need to provide a private access token every time. This is cumbersome because that requires me to safely store the access token, e.g. in my 1Password or—what some might do out of convenience—a text file on my system.
Proposal
Allow SSH access via public key authentication if I have configured an SSH key in my profile. This would make it very convenient to access any of my Workspaces by just requiring me to set up my SSH key once, which I have likely already done for Git via SSH.
The public SSH keys are already public knowledge, for example: https://gitlab.com/kkloss.keys
Edited by Kev Kloss