SSH

 一、产生密匙

crypto key generate rsa general-keys
 
二、启用三A认证,并使用本地数据库认证
aaa new-model   
username cisco password cisco
 
三、定义域名
ip domain-name cisco.com
 
四、在VTY线路下开启SSH
line vty 0 15
  transport input ssh
 

你可能感兴趣的:(ssh)