0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【YAMAHA】SSH接続の設定

Posted at

手順                                                        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

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?