Coggle requires JavaScript to display documents.
The SVI is configed with IPv4 address and subnet ask on the local LAN The Switch must have a Default Gateway address configed
use show ip ssh cmd to verify that the switch supports SSH.
in gobal config use ip domain-name <domain-name>
Generating RSA keys auto enable SSH use crypto key generate rsa in global config to delete RSA key pair, use crypto key zeroize rsa when generating RSA keys it will prompt the admin to enter modulus length. A longer modulus length is more secure, but longer to make
to delete RSA key pair, use crypto key zeroize rsa when generating RSA keys it will prompt the admin to enter modulus length. A longer modulus length is more secure, but longer to make
in global config, create a username and password pair with the username username secret password
in line config mode use transport input ssh in global config mode use line vty and then login local in line config mode
verify what version of SSH is supported by using show ip ssh enable SSH version by using ip ssh version 2 in global config
SSH Disabled - version 1.99 %Please create RSA keys (of at least 768 bits size) to enable SSH v2. Authentication timeout: 120 secs; Authentication retries: 3
The name for the keys will be: S1.cisco.com ... How many bits in the modulus [512]: 1024 ...
example SSH enabled on S1 Interface VLAN 99 (SVI) w/ IPv4 address 172.17.99.11 on S1 PC1 with IPv4 address 172.17.99.21
SSH enabled on S1 Interface VLAN 99 (SVI) w/ IPv4 address 172.17.99.11 on S1 PC1 with IPv4 address 172.17.99.21