Problems:
- vi /etc/ssh/sshd_config: Permission Denied
- sudo /etc/ssh/sshd_config: command not found
Solution:
use sudo as the text file is indeed not executable.
sudo vi /etc/ssh/sshd_config
Problems:
Solution:
use sudo as the text file is indeed not executable.
sudo vi /etc/ssh/sshd_config
Leave a Reply