mirror of
https://github.com/casterbyte/Sara.git
synced 2025-08-30 22:49:28 +02:00
feat: add documentation for the --skip-confrmation
flag
This commit is contained in:
parent
5d0fa56bf3
commit
a5e3cfda46
1 changed files with 6 additions and 1 deletions
|
@ -183,6 +183,7 @@ options:
|
|||
--ip IP The address of your MikroTik router
|
||||
--username USERNAME SSH username (RO account can be used)
|
||||
--password PASSWORD SSH password
|
||||
--skip-confirmation Skips the confirmation prompt (disclamer: ensure that your are allowed to use this tool)
|
||||
--port PORT SSH port (default: 22)
|
||||
```
|
||||
|
||||
|
@ -194,7 +195,11 @@ options:
|
|||
|
||||
3. `--password` - password for SSH authentication;
|
||||
|
||||
4. `--port` - allows you to specify a non-standard SSH port for connection. The default is **22**, but if you have changed the SSH port number, it must be specified manually.
|
||||
4. `--skip-confirmation` skips the confirmation prompt that asks if you are allowed to use this tool on the target system
|
||||
|
||||
> Please do ensure the legality of what you're doing.
|
||||
|
||||
5. `--port` - allows you to specify a non-standard SSH port for connection. The default is **22**, but if you have changed the SSH port number, it must be specified manually.
|
||||
|
||||
# Sara's Launch
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue