In this example, setting up from Windows Machine, and logging in from Linux machine.
Git Bash - RUN as admin (won't work without run as admin)
ssh-keygen -t ed25519-sk -O resident -O verify-required -O application=ssh:gserv3 -f ~/.ssh/gserv3
(optional -O user=chas -C "gserv testing")
eval $(ssh-agent -s)
ssh-add -K -S internal
(on linux just ssh-add -K)\