mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-21 01:15:42 +02:00
doc/mod/ssh-keys-import: drop hint on older RouterOS
This commit is contained in:
parent
3fd1896ad6
commit
f09fa83105
1 changed files with 1 additions and 5 deletions
|
@ -34,12 +34,8 @@ Usage and invocation
|
||||||
Call the function `$SSHKeysImport` with key and user as parameter to
|
Call the function `$SSHKeysImport` with key and user as parameter to
|
||||||
import that key:
|
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-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
|
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
|
`key-owner` in RouterOS. Also the `MD5` fingerprint is recorded, this helps
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue