Files
olt-api/hosts.example.json
2026-02-18 10:18:46 -03:00

14 lines
283 B
JSON

{
"10.0.0.1": {
"username": "admin",
"password": "change_me",
"driver": "nokia",
"port": 22,
"ssh_options": {
"disabled_algorithms": {
"pubkeys": ["rsa-sha2-256", "rsa-sha2-512"]
}
}
}
}