FortiADC
FortiADC enhances the scalability, performance, and security of your applications whether they are hosted on premises or in the cloud.
JohnDevNet_FTNT
Article Id 190161
Description
When a device is configured in order to permit SSH access it will be enabled on all interfaces:

FBL>enable
FBL#config mode
FBL(config)#ssh on

Solution
An accesslist can be configured to restrict SSH connection on a specific physical port:

FBL(config)#accesslist deny tcp <source_ip> <source_mask> <source_port> <destination_ip> <destination_mask> <destination_port> <accesslist_id>

FBL(config)#accessgroup <accesslist_id> port1

Contributors