Initial commit
This commit is contained in:
13
hosts.example.json
Normal file
13
hosts.example.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"10.0.0.1": {
|
||||
"username": "admin",
|
||||
"password": "change_me",
|
||||
"driver": "nokia",
|
||||
"port": 22,
|
||||
"ssh_options": {
|
||||
"disabled_algorithms": {
|
||||
"pubkeys": ["rsa-sha2-256", "rsa-sha2-512"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user