2014年07月16日
Tweet
ローカルユーザーの作成(認証のため)
local-user test-ssh
password simple abcdefgh
authorization-attribute level 3
service-type ssh
SSH サービスの許可
ssh server enable
SSH を許可するユーザー
ssh user test-ssh service-type all authentication-type password
vty で SSH のみを許可する
user-interface vty 0 4
authentication-mode scheme
screen-length 0
protocol inbound ssh

local-user test-ssh
password simple abcdefgh
authorization-attribute level 3
service-type ssh
SSH サービスの許可
ssh server enable
SSH を許可するユーザー
ssh user test-ssh service-type all authentication-type password
vty で SSH のみを許可する
user-interface vty 0 4
authentication-mode scheme
screen-length 0
protocol inbound ssh