FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
bkarl
Staff
Staff
Article Id 319436
Description This article describes how to enable a Telnet client without installing Putty or other software to connect to FortiGate.
Scope Windows, FortiGate.
Solution

Allow administrative access for Telnet on the FortiGate interface.
Configure administrative access to interfaces


config system interface
    edit "<Interface Name>"
    set allowaccess telnet
    next
end



On Windows, go to the Control Panel -> Programs and Features, choose the Telnet client, and select the 'Accept option'.

 

KB 43.jpg

 

Run CMD as administrator account and type:

 

telnet fqdn/ip port

 

KB 43 2.jpg

 

KB 43 3.jpg

 

To activate Telnet via command prompt CMD type:

 

pkgmgr /iu:"TelnetClient"

 

It will enable the Windows Manager package for Telnet. Once installed, restart the command prompt and try to Telnet again.

 

Note:

It is highly discouraged to use telnet. Telnet is unencrypted and the login procedure will for example transfer credentials in clear text. Use SSH instead as an encrypted shell and a user of choice, PuTTY is fairly simple.

 

More information on SSH with FortiGate can be found in this documentation: Public key SSH access