Skip to content

Commit

Permalink
Fix: Enable legacy SSH algorithms for ASAv
Browse files Browse the repository at this point in the history
  • Loading branch information
ipspace committed Dec 3, 2024
1 parent 2cffc6e commit ce0e8da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions netsim/devices/asav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ group_vars:
ansible_become_password: vagrant1
ansible_network_os: asa
ansible_connection: network_cli
# yamllint disable-line rule:line-length
netlab_ssh_args: "-o KexAlgorithms=+diffie-hellman-group14-sha1 -o PubkeyAcceptedKeyTypes=+ssh-rsa -o HostKeyAlgorithms=+ssh-rsa"
external:
image: none
features:
Expand Down

0 comments on commit ce0e8da

Please sign in to comment.