mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +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
|
@ -3205,6 +3205,9 @@ PATHS = {
|
|||
unversioned=VersionedAPIData(
|
||||
single_value=True,
|
||||
fully_understood=True,
|
||||
versioned_fields=[
|
||||
([('7.9', '>=')], 'host-key-type', KeyInfo(default='rsa')),
|
||||
],
|
||||
fields={
|
||||
'allow-none-crypto': KeyInfo(default=False),
|
||||
'always-allow-password-login': KeyInfo(default=False),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue