diff --git a/lib/App/Netdisco/SSHCollector/Platform/ASA.pm b/lib/App/Netdisco/SSHCollector/Platform/ASA.pm index 91bc3348..b12af4b2 100644 --- a/lib/App/Netdisco/SSHCollector/Platform/ASA.pm +++ b/lib/App/Netdisco/SSHCollector/Platform/ASA.pm @@ -16,14 +16,14 @@ C status after login: To use an C password separate from the login password, add an C under C tag in your configuration file: -device_auth: - - tag: sshasa - driver: cli - platform: ASA - only: '192.0.2.1' - username: oliver - password: letmein - enable_password: myenablepass + device_auth: + - tag: sshasa + driver: cli + platform: ASA + only: '192.0.2.1' + username: oliver + password: letmein + enable_password: myenablepass =cut