TelnetΒΆ

This chapter contains an example of a basic FUDO configuration, to monitor Telnet connections to a remote server. In this scenario, the user connects to the remote server using Telnet client and logs in using individual login and password. FUDO authenticates the user against the information stored in the local database, establishes connection with the remote server and starts recording.

../../_images/quickstart_overview_telnet.png

Prerequisites

Description below assumes that the system has been already initiated. For more information on the initiation procedure refer to the Initial boot up topic.

Configuration

../../_images/data_modeling1.png

Adding a server

  1. Select Management > Servers.
  1. Click the Add button.
  2. Provide essential configuration parameters:
Parameter Value
Name telnet_server
Blocked fail
Protocol Telnet
Anonymous fail
Ask for login reason fail
Description Telnet server
Permissions  
Granted users fail
Destination host  
Address 10.0.4.45
Port 23
Proxy  
Mode Proxy
Local address 10.0.8.64
Port 23
  1. Click Save.

Adding a user

  1. Select Management > Users.
  2. Click Add.
  1. Provide essential user information:
Parameter Value
Login john_smith
Blocked fail
Account validity Indefinite
Role user
Preferred language English
Full name John Smith
Email john@smith.com
Organization fail
Phone fail
AD Domain fail
LDAP Base fail
Permissions  
Granted users fail
Connections  
Connections fail
Authentication  
Type Password
Password john11
Repeat password john11
  1. Click Save.

Adding a connection

  1. Select Management > Connections.
  2. Click Add.
  1. Provide connection details:
Parameter Value
Name telnet-test
Notifications fail
Users John Smith
Sessions recording Complete
OCR sessions fail
Delete session data after 10 days
Protocol functionality  
RDP Functionality default settings
SSH Functionality default settings
VNC Functionality default settings
Permissions  
Granted users fail
Servers  
Server telnet_server
Policy fail
  1. Click Save.

Establishing a telnet connection with the remote host

  1. Launch telnet client of your choice.

  2. Connect to the remote host:

    telnet> open 10.0.8.64
    Trying 10.0.8.64...
    Connected to 10.0.8.64.
    Escape character is '^]'.
    
  3. Provide user authentication information defined on FUDO:

    FUDO Authentication.
    FUDO Login: john_smith
    FUDO Password:
    
  4. Provide user authentication information defined on the target host:

    FreeBSD/amd64 (fbsd83-cerb.whl) (pts/0)
    login:
    password:
    

Note

Telnet connections do not support user credentials substitution.

Viewing user’s session

  1. Open a web browser and go to the 10.0.8.64 web address.
  2. Enter the login and the password to log in to the FUDO administration panel.
  1. Select Management > Sessions.
  2. Click Active.
  3. Find John Smith’s session and click i.
../../_images/telnet_ongoing.png

Related topics: