Skip to content

Commit

Permalink
Merge pull request #3224 from systeembeheerder/master
Browse files Browse the repository at this point in the history
Add RouterOS maintainer
  • Loading branch information
robertcheramy authored Aug 7, 2024
2 parents 5279280 + cbbecfd commit 52801c7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/Model-Notes/RouterOS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Mikrotik RouterOS Configuration

RouterOS 7.12 and later support ED25519 keys.

Create a key pair, save the public key (``id_ed25519.pub``) and save it on flash. Create a user
and attach the public key.

```text
[admin@mikrotik] > /user add name=oxidized group=read disabled=no
[admin@mikrotik] > /user ssh-keys import public-key-file=id_ed25519.pub user=oxidized
```

Oxidized can now retrieve your configuration!

Back to [Model-Notes](README.md)
2 changes: 1 addition & 1 deletion docs/Supported-OS-Types.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
|Linuxgeneric |CentOS |[linuxgeneric](/lib/oxidized/model/linuxgeneric.rb)| |[LinuxGeneric](Model-Notes/LinuxGeneric.md)
|Mellanox |MLNX-OS |[mlnxos](/lib/oxidized/model/mlnxos.rb)
| |Voltaire |[voltaire](/lib/oxidized/model/voltaire.rb)
|Mikrotik |RouterOS |[routeros](/lib/oxidized/model/routeros.rb)
|Mikrotik |RouterOS |[routeros](/lib/oxidized/model/routeros.rb) |@systeembeheerder |[RouterOS](Model-Notes/RouterOS.md)
| |SwOS and SwOS Lite |[swos](/lib/oxidized/model/swos.rb)
|Mimosa |Mimosa (B11) |[mimosab11](/lib/oxidized/model/mimosab11.rb)
|Motorola |RFS |[mtrlrfs](/lib/oxidized/model/mtrlrfs.rb)
Expand Down

0 comments on commit 52801c7

Please sign in to comment.