公開鍵のみを許可したssh経由でアクセスしているUbuntu Server 20.04.3 LTSをsudo reboot
で再起動したあと、再びsshでアクセスしようとするとConnection refused
と弾かれます。
ssh経由ではなく物理的にログインした後ならばsshも可能になるのですが、物理アクセスなしで全てをsshで完結する方法は何かないのでしょうか?
terminal
1on-ssh> sudo reboot 2 3local> ssh HOST 4ssh: connect to host XX port XX: Connection refused
# /etc/ssh/sshd_config Port XX Protocol 2 PermitRootLogin no PasswordAuthentication no PermitEmptyPasswords no ChallengeResponseAuthentication no UsePAM no AuthenticationMethods publickey PubkeyAuthentication yes AllowUsers XXXX IgnoreRhosts yes HostbasedAuthentication no
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。