Hello,
I've been trying to get Kiwi Cattools to download the PF config file from an OpenBSD system. I have managed to get Kiwi Cattools to login to the machine via ssh but then it throws this cryptic error to the log:
Login results = VTY: Failed, Enable: N/A, HostID: N/A
Just hoping someone can guide me in the right direction. The help files say that the debug mode will help troubleshoot the problem. I'm not sure what to look for in the log. This is the output I get when I try the test login command:
<NEWSESSION CatTools 3.5.0 7/10/2012 7:05:58 PM>
<PROTOCOL=SSH2>
<DEVICE TYPE=OpenBSD.PF.Firewall>
<ACTIVITY TYPE=Device.ConnectivityTest.Login>
<ACTIVITY SCRIPT=C:\Program Files\CatTools3\Scripts\Client.Device.ConnectivityTest.Login.txt>
<USERS NAME FOR DEVICE=DSFW>
<C OK 7:05:58 PM><R-7:05:58 PM>Last login: Tue Jul 10 18:09:13 2012 from 10.100.101.248[13][13][10]OpenBSD 5.1 (GENERIC.MP) #207: Sun Feb 12 09:42:14 MST 2012[13][10][13][10]Welcome to OpenBSD: The proactively secure Unix-like operating system.[13][10][13][10]Please use the sendbug(1) utility to report bugs in the system.[13][10]Before reporting a bug, please try to reproduce it with the latest[13][10]version of the code. With bug reports, please try to ensure that[13][10]enough information to reproduce the problem is enclosed, and if a[13][10]known fix for it exists, include that as well.[13][10][13][10][13][27][3g [27]H [27]H [27]H [27]H [27]H [27]H [27]H [27]H [27]H[13][13]<W-7:05:58 PM>[13]<R-7:05:58 PM>[13][10]<R-7:05:59 PM># [13][13][10]# <D 7:05:59 PM>
<SCRIPT VALUES>
<HOSTNAME="">
<PROMPT VTY="">
<PROMPT ENABLE="">
<PROMPT CONFIG="">
On the line that thats out '<C OK', that includes the login banner that the system gives so I know it's getting logged in. After login, the prompt is just a "#" and I also see that on that line twice towards the end. These are the variables I have set in the script file for that device:
Private Const DEVICE_STANDARDPROMPT = "#"
Private Const DEVICE_PRIVILEGEDPROMPT = "#"
Private Const DEVICE_CONFIGPROMPT = "#"
Is it having trouble picking up on the # prompt?
I appreciate any help. Thanks!