diff options
author | Christian Hesse <mail@eworm.de> | 2023-08-18 09:05:45 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-08-18 15:23:20 +0200 |
commit | 413be6f504b926e5e271001a00bd9e0d2aad5f43 (patch) | |
tree | 6f41d89ee4d4f751208b35b6e203486f239c7203 /doc/mod | |
parent | 25d40688f7633b87d285c0ce1c8f211e89416463 (diff) |
doc/mod/ssh-keys-import: drop duplicate key type
Stupid copy'n'paste error... 🫣
Diffstat (limited to 'doc/mod')
-rw-r--r-- | doc/mod/ssh-keys-import.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mod/ssh-keys-import.md b/doc/mod/ssh-keys-import.md index 1adb75c..410bb5a 100644 --- a/doc/mod/ssh-keys-import.md +++ b/doc/mod/ssh-keys-import.md @@ -27,7 +27,7 @@ Usage and invocation Call the function `$SSHKeysImport` with key and user as parameter to import that key: - $SSHKeysImport "ssh-rsa ssh-rsa AAAAB3Nza...QYZk8= 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. |