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: calculate fingerprint...

... and store it in key-owner, which is descriptive only.

This requires RouterOS 7.12beta1 for the 'transform' property
for ':convert' command.
This commit is contained in:
Christian Hesse
2023-11-02 09:46:25 +01:00
parent c3045f3723
commit 1265caca60
4 changed files with 15 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
:local 0 "global-functions";
# expected configuration version
:global ExpectedConfigVersion 111;
:global ExpectedConfigVersion 112;
# global variables not to be changed by user
:global GlobalFunctionsReady false;