diff options
author | Christian Hesse <mail@eworm.de> | 2024-01-29 22:43:57 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-01-30 00:31:36 +0100 |
commit | 5ac89bad04c338224ab4e71597c7062dfead8225 (patch) | |
tree | bd6b83ffc00988fc133d2ceedcded83214cd3128 | |
parent | f6f557d80fa48dceba8be1ae7ffc5ab5738038cf (diff) |
mod/ssh-keys-import: bump RouterOS version dependency
-rw-r--r-- | doc/mod/ssh-keys-import.md | 2 | ||||
-rw-r--r-- | mod/ssh-keys-import.rsc | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/mod/ssh-keys-import.md b/doc/mod/ssh-keys-import.md index 5fd95af..1d00882 100644 --- a/doc/mod/ssh-keys-import.md +++ b/doc/mod/ssh-keys-import.md @@ -3,8 +3,6 @@ Import ssh keys for public key authentication [⬅️ Go back to main README](../../README.md) -[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.12-yellow?style=flat)](https://mikrotik.com/download/changelogs/) - > ℹ️️ **Info**: This module can not be used on its own but requires the base > installation. See [main README](../../README.md) for details. diff --git a/mod/ssh-keys-import.rsc b/mod/ssh-keys-import.rsc index 7f3ed06..b88ef9a 100644 --- a/mod/ssh-keys-import.rsc +++ b/mod/ssh-keys-import.rsc @@ -3,7 +3,7 @@ # Copyright (c) 2020-2024 Christian Hesse <mail@eworm.de> # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # -# requires RouterOS, version=7.12beta1 +# requires RouterOS, version=7.12 # # import ssh keys for public key authentication # https://git.eworm.de/cgit/routeros-scripts/about/doc/mod/ssh-keys-import.md |