The main configuration step of this Configuring SSH lesson is this step.
HOW TO USE TELNET PACKET TRACER PASSWORD
We will use this username and password for SSH connection. Router (config) # username gokhan privilege 15 password abc123 Our user is Gokhan, password is abc123 and the priviledge mode is 15. We will do it with username, password and the priviledge level. This step is the classical user definion on the router. And after that, we will encrypt the data in it with “ crypto key generate rsa” command.ĭuring this configuration we will set the modüle sizes. In this step, we will set the domain name. Router (config) # service password-encryption And with this command, passwords are shoed as hashed in the router config file. The main duty of this command is encrypting the clear text passwords.
This sis a classical command used after password configuration. In the second step, we will use “ service password-encryption” command to encrypt passwords on the routers. So, let’s start SSH Configuration and see how is the backplane config of our SSH connection on routers.īefore configuring SSH, firstly, we will configure IP addresses of router interface and the PC. So, what will be our SSH Config steps? In this example, we will go through the below six steps one by one: In this lesson, we will focus on SSH Configuration on Cisco routers with an SSH Config Example. Especially because of SSH is more secure, it is always prefered more than Telnet. It helps us to connect our routers, swithces and any other network equipments. As a secured alternative of Telnet, SSH is always in the life of a network engineer. SSH (Secure Shell) is one of the most used protocols in network World.