mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
doc/mod/ssh-keys-import: drop duplicate key type
Stupid copy'n'paste error... 🫣
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user