Skip to content

Commit 4ca294d

Browse files
committed
fix: add missing password option and update command-line options documentation
1 parent ce6d60d commit 4ca294d

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -208,15 +208,16 @@ clusters:
208208
209209
```
210210
Options:
211-
-H, --hosts <HOSTS> Comma-separated list of hosts
212-
-c, --cluster <CLUSTER> Cluster name from configuration
213-
--config <CONFIG> Config file path [default: ~/.bssh/config.yaml]
214-
-u, --user <USER> Default username for SSH
215-
-i, --identity <IDENTITY> SSH private key file
216-
-A, --use-agent Use SSH agent for authentication
217-
--strict-host-key-checking <MODE> Host key checking mode [yes|no|accept-new] [default: accept-new]
218-
-p, --parallel <PARALLEL> Max parallel connections [default: 10]
219-
--output-dir <OUTPUT_DIR> Output directory for results
211+
-H, --hosts <HOSTS> Comma-separated list of hosts (user@host:port format)
212+
-c, --cluster <CLUSTER> Cluster name from configuration file
213+
--config <CONFIG> Configuration file path [default: ~/.config/bssh/config.yaml]
214+
-u, --user <USER> Default username for SSH connections
215+
-i, --identity <IDENTITY> SSH private key file path (prompts for passphrase if encrypted)
216+
-A, --use-agent Use SSH agent for authentication (Unix/Linux/macOS only)
217+
-P, --password Use password authentication (will prompt for password)
218+
--strict-host-key-checking <MODE> Host key checking mode (yes/no/accept-new) [default: accept-new]
219+
-p, --parallel <PARALLEL> Maximum parallel connections [default: 10]
220+
--output-dir <OUTPUT_DIR> Output directory for command results
220221
-v, --verbose Increase verbosity (-v, -vv, -vvv)
221222
-h, --help Print help
222223
-V, --version Print version

0 commit comments

Comments
 (0)