FortiNAC
NOTE: FortiNAC is now named FortiNAC-F. For post-9.4 articles, see FortiNAC-F. FortiNAC is a zero-trust network access solution that provides users with enhanced visibility into the Internet of Things (IoT) devices on their enterprise networks.
Hawada1
Staff
Staff
Article Id 221365
Description This article describes how to fix the CLI credentials test issue when FortiNAC tries to SSH Ruckus WLC.
Scope FortiNAC.
Solution

This issue might be due to Banner enabled on Ruckus WLC which requires user to select 'Enter' after successfully authenticating to the controller.

 

When FortiNAC CLI tries to SSH the Ruckus controller:


> ssh <userid>@<device IP address>


If SSH was successful  the following message should appear:


Please login: admin

Password:

Warning, you are logging into device for authorized users only. If you are not a                                                                                                                              n authorized user, please click Quit; otherwise click Continue to login.

[Quit:input 'q', Continue:press 'Enter']:


If the credentials are tested for the Credentials tab while TelnetServer and Ruckus debug are enabled, the following logs will be visible in output.master.

 

> nacdebug -name TelnetServer true
> nacdebug -name Ruckus true

> tf /bsc/logs/output.master


yams INFO :: 2022-08-15 17:32:58:110 :: #552 :: SSH2: Connecting to 192.168.1.11 port 22
yams INFO :: 2022-08-15 17:32:58:111 :: #552 :: SSH2: Connection to 192.168.1.11 succeeded
yams INFO :: 2022-08-15 17:32:58:111 :: #552 :: SSH2: Authenticating to 192.168.1.11
yams INFO :: 2022-08-15 17:32:58:548 :: #552 :: SSH2: Authentication to 192.168.1.11 succeeded


yams.TelnetServer INFO :: 2022-08-15 17:33:40:603 :: #552 :: Warning: failed to execute CLI commands for Ruckus-Wi-Fi-Controller at 192.168.1.11
yams INFO :: 2022-08-15 17:33:40:603 :: #5506868 :: 192.168.1.11 Connection Closed

 

To resolve this issue, run the below command on the wireless controller to disable the banner Message:

https://docs.ruckuswireless.com/smartzone/6.1.0/vsze-public-api-reference-guide-610.html


The following example shows how to configure the requirement.

To disable, enter key after the banner message is displayed.

device(config)#no banner motd require-enter-key <----- Disables the 'require-enter-key'.

Contributors