Cisco 1800†[edit]
パスワードの初期化†[edit]
起動時にブレーク信号を送信
romon 1 > confreg 0x2142
romon 2 > boot
.......
Would you like to enter the initial configuration dialog? [yes/no] no
Router> enable
Router#
Router# config t
Router(config)# enable secret [password]
Router(config)# config-register 0x2102
^Z
Router#
Router# write
telnet ログイン時のパスワードの変更†[edit]
(config)# line vty 0 15 [コンソールなら line console 0]
(config)# password xxxxxxx
(config)# login
(config)# ^Z
# write
特権モードのパスワードの変更†[edit]
(config)# enable secret 0 zzzzzzzzz
(config)# ip domain-name X.Y.Z
(config)# crypto key generate rsa
(config)# ip ssh version 2
(config)# username user_name password 0 xxxxx
(config)# line vty 0 15
(config-line)# transport input telnet ssh [telnet を使用しないのなら telnetは省く]
(config-line)# login local
(config)# exit
(config)# ^Z
# write
TeraTerm からログインする場合[edit]
- 設定 -> SSH -> 「優先するホストキーアルゴリズム順」で「ssh-rsa」を一番上に.(そうしないと Permission Deny になる)