计算机网络实验二 | SSH配置
SSH配置
路由器命令
Router > en
Router # conf t
Router(config) # hostname <name>
R1(config) # ip domain-name <域名>
R1(config) # username <用户名> password <密码>
R1(config) # line vty 0 4
R1(config-line) # transport input ssh
R1(config-line) # login local
R1(config-line) # exit
R1(config) # crypto key generate rsa
How many bits in the modulus [512]: 1024
% Generating 1024 bit RSA keys, keys will be non-exportable…[OK]
PC命令
ssh -l <用户名> <ip>
评论