From a5e3cfda46a5a662fba67cd1da9e7b5ce2dcad80 Mon Sep 17 00:00:00 2001 From: Matthieu Pignolet Date: Sun, 25 May 2025 11:58:08 +0400 Subject: [PATCH] feat: add documentation for the `--skip-confrmation` flag --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a84218..5b9591b 100644 --- a/README.md +++ b/README.md @@ -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