Want to securely login to command line tools without exposing your credentials?
- Install one of the Bitwarden clients (https://github.com/bitwarden)
- Create your secure passwords with the Bitwarden client
- Here I created a secure item with the namen
xsa-engine
- Here I created a secure item with the namen
- Install the Bitwarden CLI (https://github.com/bitwarden/cli)
- At command line login to the Bitwarden CLI (bw login)
- Write a script like the following to securely connect to your applications / servers. Here I connect to the HANA XSA server via xs client.
chmod 755 xsa_login.sh