zomebodi
Verified User
- Joined
- Sep 3, 2023
- Messages
- 61
Is it safe to delete login keys with this command?
search /usr/local/directadmin/data/users/ -type d -path '*/login_keys' -exec rm -rf {} \;
I have thousands of login_keys created for users, and I've noticed that logging in with these keys is becoming very slow.
search /usr/local/directadmin/data/users/ -type d -path '*/login_keys' -exec rm -rf {} \;
I have thousands of login_keys created for users, and I've noticed that logging in with these keys is becoming very slow.