Secure Shell (SSH) Configuration: Objective
Secure Shell (SSH) Configuration: Objective
OBJECTIVE:
ENVIRONMENT SETUP:
DEVICES:
1. Router: Cisco
2. PC: Workstation with SSH client capability
NETWORK TOPOLOGY:
1. Router's FastEthernet 0/0:
2. IP Address: 100.100.100.1
3. Subnet Mask: 255.255.255.252
PC:
1. IP Address: 100.100.100.2
2. Subnet Mask: 255.255.255.252
3. Gateway: 100.100.100.1
CONFIGURATION STEPS:
Router Initialization:
• Set the router's hostname:
Router(config)# hostname ABC
Domain Name and RSA Key Generation:
CONCLUSION:
The SSH configuration has been successfully applied, securing the
communication between devices. This setup ensures encrypted data
transfer and allows secure access to the router via SSH. It is
recommended to use SSH as the primary access method for enhanced
security compared to less secure protocols like Telnet.