/etc/ssh/sshd_config
で SSH の設定ファイルを開こうとしたら、拒否された。
/etc/ssh/sshd_config: Permission denied
原因によって、いくつかトラブルシュートの方法はあるようだが、今回は、下記を参考にし、
The SSH Permission Denied (publickey,gssapi-keyex,gssapi-with-mic) appears on SSH login. This tutorial features the steps to fix the error.
認証 (authentication) を enable にしたら解決できた。
sudo nano /etc/ssh/sshd_config