Follow the steps to add new aliases to SKFS
Login as strongauth into the appliances.
Edit your .bashrc file
shell > vi .bashrc
Go to the bottom of the line and add the alias
For example: if a new alias needs to be added for finding all registered keys in the database, add the following text to the file and press enter.
alias lskc='mariadb -u skles -p`dbpass 2> /dev/null` strongkeylite -e "select count(sid) from fido_keys" '
Now, save and exit the file.
Exit out of this session and login back as "strongauth".
+------------+
| count(sid) |
+------------+
| 6 |
+------------+
Copyright (c) 2001-2024 StrongAuth, Inc. (dba StrongKey) All Rights Reserved