Skip to content

Commit ec76675

Browse files
committed
docs: update README with SSH key path configuration
- Documented sshKeyPath field in production config - Updated tunnel features to reflect SSH backgrounding - Added note about ~ expansion support
1 parent 350258d commit ec76675

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ musing tunnel status # Check tunnel status
8888
**Features:**
8989

9090
- Auto-configures from `.musing.yaml` production settings
91-
- Saves PID for easy stopping
91+
- Supports custom SSH key paths with ~ expansion
9292
- Checks if tunnel is already running
93+
- Automatically backgrounds SSH process
9394
- Required before production deployments
9495

9596
### deploy
@@ -152,6 +153,7 @@ database:
152153
production:
153154
server: root@your-server.com # SSH server for production access
154155
remoteDBPort: 27017 # Remote database port (typically 27017 for MongoDB)
156+
sshKeyPath: ~/.ssh/your-key # Optional: specific SSH key to use (supports ~ expansion)
155157
```
156158
157159
## Why This Approach?

0 commit comments

Comments
 (0)