1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

mod/ssh-keys-import: bump RouterOS version dependency

This commit is contained in:
Christian Hesse
2024-01-29 22:43:57 +01:00
parent f6f557d80f
commit 5ac89bad04
2 changed files with 1 additions and 3 deletions

View File

@@ -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.

View File

@@ -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