SSH key list shows "Last used: Never", even when the key has been used recently
Summary
The SSH key list at https://gitlab.com/-/profile/keys indicates that keys have never been used, even when they have been used recently.
Steps to reproduce
- If you do not already have an SSH key, add an SSH key to your GitLab account.
- Perform a
git pushusing agit+sshremote (e.g.git@gitlab.com:gitlab-org/gitlab.git) - Go to https://gitlab.com/-/profile/keys and observe that your key shows
Last used: Never
What is the current bug behavior?
Last used always states "Never"
What is the expected correct behavior?
Last used should display the timestamp of the last git+ssh operation.
Relevant logs and/or screenshots
Output of checks
This bug happens on GitLab.com
