14 lines
283 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|
|
}
|