aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-07-16 13:49:02 +0200
committerGravatar Christian Hesse <mail@eworm.de>2024-07-16 13:49:54 +0200
commitf09fa83105ea40876e7103a118b3d6d57098cf0c (patch)
tree1e8841365e8aa923671ab915bcb970abb16e8819
parent3fd1896ad622f8097cc14af8f37114f9fc47f5b7 (diff)
doc/mod/ssh-keys-import: drop hint on older RouterOS
-rw-r--r--doc/mod/ssh-keys-import.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/mod/ssh-keys-import.md b/doc/mod/ssh-keys-import.md
index db8e322..88524ab 100644
--- a/doc/mod/ssh-keys-import.md
+++ b/doc/mod/ssh-keys-import.md
@@ -34,12 +34,8 @@ Usage and invocation
Call the function `$SSHKeysImport` with key and user as parameter to
import that key:
- $SSHKeysImport "ssh-rsa AAAAB3Nza...QYZk8= user" admin;
-
-Starting with RouterOS *7.12beta1* support for keys of type `ed25519` has
-been added:
-
$SSHKeysImport "ssh-ed25519 AAAAC3Nza...ZVugJT user" admin;
+ $SSHKeysImport "ssh-rsa AAAAB3Nza...QYZk8= user" admin;
The third part of the key (`user` in this example) is inherited as
`key-owner` in RouterOS. Also the `MD5` fingerprint is recorded, this helps