mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-24 10:48:49 +02:00
Add parameter host-key-type
for ip ssh
path (#297)
Add changelog fragment
This commit is contained in:
parent
c2b43ac395
commit
3c717e40f9
2 changed files with 5 additions and 0 deletions
2
changelogs/fragments/297-add-ip-ssh-host-key-type.yml
Normal file
2
changelogs/fragments/297-add-ip-ssh-host-key-type.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
minor_changes:
|
||||||
|
- api_info, api_modify - add parameter ``host-key-type`` for ``ip ssh`` path (https://github.com/ansible-collections/community.routeros/issues/280, https://github.com/ansible-collections/community.routeros/pull/297).
|
|
@ -3205,6 +3205,9 @@ PATHS = {
|
||||||
unversioned=VersionedAPIData(
|
unversioned=VersionedAPIData(
|
||||||
single_value=True,
|
single_value=True,
|
||||||
fully_understood=True,
|
fully_understood=True,
|
||||||
|
versioned_fields=[
|
||||||
|
([('7.9', '>=')], 'host-key-type', KeyInfo(default='rsa')),
|
||||||
|
],
|
||||||
fields={
|
fields={
|
||||||
'allow-none-crypto': KeyInfo(default=False),
|
'allow-none-crypto': KeyInfo(default=False),
|
||||||
'always-allow-password-login': KeyInfo(default=False),
|
'always-allow-password-login': KeyInfo(default=False),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue