yamada_masa
2024年9月12日 18時59分
問題
電源OFF/ON後、Armadillo-X2にSSH接続できない。
手順
1)下記の設定をArmadillo-X2で実施
2)Armadillo-X2にSSH接続を実施、接続成功。
3)電源OFF/ON
4)Armadillo-X2にSSH接続できない。
5)シリアルコンソールで接続し、/etc/init.d/sshd restart を実行
6)Armadillo-X2にSSH接続を実施、接続成功。
●設定
/etc/ssh/sshd_config に下記設定を追加
Port 22 PermitRootLogin no PasswordAuthentication yes
sshの再起動しpersist_fileを実施
/etc/init.d/sshd restart /etc/ssh # persist_file sshd_config
●補足
https://armadillo.atmark-techno.com/forum/armadillo/22110#comment-17686
上記にてクリーンインストール後、SSH接続ができなかったため上記の手順を実施しました。
前回セットアップ時の記憶では個別にSSHの設定を行った記憶がないためマニュアルを見落としている可能性があります。
コメント
yamada_masa
at_makoto.sato
2024年9月13日 9時07分
佐藤です。
以下の手順にあるとおり、
https://manual.atmark-techno.com/armadillo-x2/armadillo-x2_product_manu…
[armadillo ~]# persist_file /etc/runlevels/default/sshd
は実行しましたでしょうか。