PacketFence
Bug Tracking System

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001622PacketFencehardware modulespublic2013-01-11 07:082013-01-11 09:23
Reporterjbehrend 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionwon't fix 
PlatformOSOS Version
Product Version3.6.1 
Target VersionFixed in Version 
Summary0001622: Wireless Deauthentication using SSH on Trapeze HW
DescriptionThe SSH-transport does not deauthenticate:

pf/bin/pfcmd_vlan -deauthenticate -switch 134.104.29.3 -mac 18:87:96:1a:f6:fa

the log shows:

Jan 11 12:59:30 pfcmd_vlan(12885) ERROR: Unable to connect to 134.104.29.3 using SSH. Failed with Failed to get first prompt at /usr/local/pf/lib/pf/SNMP/Trapeze.pm line 133. (pf::SNMP::Trapeze::deauthenticateMacDefault)

This is because the SSH fingerprint is not present for the host:
So I added this and all is well:

line: 133
        $session->connect(
            Name => $this->{_cliUser},
            Password => $this->{_cliPwd},
### by jan
            SHKC => 0
###
        );

Reference is:
http://search.cpan.org/~oliver/Net-Appliance-Session-2.111080/lib/Net/Appliance/Session/Cookbook/Recipe02.pod [^]

TagsNo tags attached.
fixed in git revision
fixed in mtn revision
Attached Files

- Relationships

-  Notes
(0003291)
dwuelfrath (administrator)
2013-01-11 09:23

Please see this FAQ entry:
http://www.packetfence.org/support/faqs/article/is-there-a-way-to-avoid-host-key-verification-on-every-ssh-based-network-devices.html [^]

- Issue History
Date Modified Username Field Change
2013-01-11 07:08 jbehrend New Issue
2013-01-11 07:08 jbehrend git revision => 3.6.1-201212070045 (Debian Package)
2013-01-11 09:23 dwuelfrath git revision 3.6.1-201212070045 (Debian Package) =>
2013-01-11 09:23 dwuelfrath Note Added: 0003291
2013-01-11 09:23 dwuelfrath Status new => closed
2013-01-11 09:23 dwuelfrath Resolution open => won't fix


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker