How to configure SSH in CISCO SWITCH 2960

97 Views
Published
#Howto #Howtoconfigure #SSH #Cisco Switch #Cisco2960 How to configure SSH in CISCO SWITCH 2960

Computer client side:
====================
Ip Address : 192.168.1.2 255.255.255.0
Default Gateway: 192.168.1.1

Switch Configuration:

interface FastEthernet0/1
switchport mode access

interface Vlan1
ip address 192.168.1.1 255.255.255.0

------


line con 0
!
line vty 0 4
login local
transport input ssh
line vty 5 15
login local
transport input ssh

thank you!
Category
Routers and Switches
Be the first to comment