diff options
author | Christian Hesse <mail@eworm.de> | 2023-08-18 09:02:32 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-08-18 15:23:20 +0200 |
commit | ddd5608b3816da123de0cfa8f83be32aca8e2901 (patch) | |
tree | 3c10d95bea2fadf2c0d87bcbc637afdaea2d10a5 /mod | |
parent | 2c3e077b8ec984f501156f757c72a57703f846b4 (diff) |
mod/ssh-keys-import: drop RouterOS version dependency
... as global-functions depend on RouterOS 7.9beta already.
Diffstat (limited to 'mod')
-rw-r--r-- | mod/ssh-keys-import.rsc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/ssh-keys-import.rsc b/mod/ssh-keys-import.rsc index 6f47314..dd02d16 100644 --- a/mod/ssh-keys-import.rsc +++ b/mod/ssh-keys-import.rsc @@ -3,8 +3,6 @@ # Copyright (c) 2020-2023 Christian Hesse <mail@eworm.de> # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # -# requires RouterOS, version=7.9beta4 -# # import ssh keys for public key authentication # https://git.eworm.de/cgit/routeros-scripts/about/doc/mod/ssh-keys-import.md |