From 496a3719c0ae90b9c999ffd678def26600793058 Mon Sep 17 00:00:00 2001 From: nick n <39005454+inphobia@users.noreply.github.com> Date: Mon, 27 May 2019 02:37:55 +0200 Subject: [PATCH] device_auth usage untested, who would have guessed? --- .../Netdisco/SSHCollector/Platform/FreeBSD.pm | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/lib/App/Netdisco/SSHCollector/Platform/FreeBSD.pm b/lib/App/Netdisco/SSHCollector/Platform/FreeBSD.pm index 5df096f6..061c9225 100644 --- a/lib/App/Netdisco/SSHCollector/Platform/FreeBSD.pm +++ b/lib/App/Netdisco/SSHCollector/Platform/FreeBSD.pm @@ -12,13 +12,15 @@ This collector uses "C" as the command for the arp utility on your system. If you wish to specify an absolute path, then add an C item to your configuration: - sshcollector: - - ip: '192.0.2.1' - user: oliver - password: letmein - platform: FreeBSD - arp_command: '/usr/sbin/arp' - +device_auth: + - tag: sshfreebsd + driver: cli + platform: FreeBSD + only: '192.0.2.1' + username: oliver + password: letmein + arp_command: '/usr/sbin/arp' + =cut use strict;