Enabling SSH
From Tech-Wiki
Revision as of 16:58, 13 July 2016 by Fabricio.Lima (Talk | contribs) (Created page with "Category:Cisco Systems To use SSH instead of Telnet: # crypto key generate rsa # ip ssh time-out 60 # ip ssh authentication-retries 2 # aaa new-model (or login local...")
To use SSH instead of Telnet:
# crypto key generate rsa # ip ssh time-out 60 # ip ssh authentication-retries 2 # aaa new-model (or login local) # username cisco password 0 cisco # line vty 0 4 # transport input ssh