手順 1.ログイン用ユーザーの作成 ※ログインユーザーがない場合は作成不要 2.暗号化のための鍵作成 3.SSHサービスの有効化
1.ログイン用のユーザー作成
login user ①(user01) ②(pass01)
①ユーザー ②パスワード
※作成時のメッセージは以下になります。
パスワード未設定
"Password is not set. Please set the password in order to enhance thesecurity."
パスワード強度 弱
"Password Strength : Weak"
パスワード強度 中
"Password Strength : Fair"
パスワード強度 強
"Password Strength : Strong"
パスワード強度 最強
"Password Strength : Very strong"
2.暗号化のための鍵作成
sshd host key generate
3.SSHサービスの有効化
sshd service on
●作成するとconfig内に以下の内容が追記されます。
login user admin *
sshd service on
sshd host lan1
sshd host key generate *
sshd encrypt algorithm aes128-ctr aes192-ctr aes256-ctr aes128-cbc aes192-cbc a
es256-cbc 3des-cbc blowfish-cbc cast128-cbc arcfour