FortiAP
FortiAP devices are thin wireless access points (AP) supporting the latest Wi-Fi technologies (multi-user MIMO 802.11ac Wave 1 and Wave 2, 4x4), as well as 802.11n, 802.11AX , and the demand for plug and play deployment.
Keko_FTNT
Staff
Staff
Article Id 195924
Description
As of version 5.4.1, SSH and HTTPS administrative access are supported and can be enabled.  This can be configured in the WTP profile or overridden per WTP.

Solution
Per WTP profile
# config wireless-controller wtp-profile
(wtp-profile) # edit “WTP_profile_name”
(FAP-KB) # set allowaccess ?     -----> to get available options

telnet    TELNET access.
http      HTTP access.
https     HTTPS access.
ssh       SSH access.

(FAP-KB) # set allowaccess telnet http https ssh
(FAP-KB) # end

Per WTP
# config wireless-controller wtp
(wtp) # edit <AP_serial_number>
(FP220B) # set override-allowaccess enable    -----> enable override of management access to managed AP.
(FP220B) # set allowaccess ?    -----> to get available options

telnet    TELNET access.
http      HTTP access.
https     HTTPS access.
ssh       SSH access.

(FP220B) # set allowaccess telnet http https ssh
(FP220B) # end

Contributors