Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
Fixed Bash quotes in usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Oct 16, 2023
1 parent 1bab755 commit ac24a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ pip3 install sshkp
## Usage

```bash
export KP_FILENAME="/path/to/my/keepass/database.kdbx"
read -rsp "Password: " KP_PASSWORD && export KP_PASSWORD
export KP_FILENAME=/path/to/my/keepass/database.kdbx
read -rsp 'Password: ' KP_PASSWORD && export KP_PASSWORD
sshkp user@hostname ls -la # executes a command
sshkp user@hostname .print # just prints the SSH password
```
Expand Down

0 comments on commit ac24a5c

Please sign in to comment.