HP2626 switch ssh key 認證與 ssh login 設定
# 設定管理者密碼 configure password manager user-name admin # 讓ssh 可以登入,可以接受 key 認證 configure crypto key generate ssh rsa ip ssh ip ssh filetransfer aaa authentication ssh login public-key none aaa authentication ssh login local none aaa authentication ssh enable login none aaa authentication ssh enable public-key none show authentication show ip ssh no tftp client ip ssh filetransfer write memory exit exit exit y # 從本地端 copy ssh key 到 switch 上面 mtchang@mt ~/public_html/ks $ scp id_rsa.pub admin@110.111.81.1:/ssh/mgr_keys/authorized_keys We'd like to keep you up to date about: * Software feature updates * New product announcements * Special events Please register your products now at: www.ProCurve.com admin@110.111.81.1's password: id_rsa.pub ...