mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
doc/mod/ssh-keys-import: drop duplicate key type
Stupid copy'n'paste error... 🫣
This commit is contained in:
parent
25d40688f7
commit
413be6f504
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue