-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Repository - Git Client SSH
-
None
-
1
-
Severity 3 - Minor
-
20
Issue Summary
The last_used timestamp for a repository-level SSH key is not updated after the key is used again, even after more than 12 hours.
Steps to Reproduce
- Add an SSH key to one repository.
- Use the key to access the repository.
- Check the last_used timestamp; it will show the time of the first use.
- Use the same key to access the repository again.
- Check the last_used timestamp; it still shows the timestamp of the first use.
Expected Result
The last_used timestamp should be updated to reflect the latest usage of the SSH key.
Actual Result
The last_used timestamp remains unchanged and does not reflect the latest usage.