[linux] sudo 설정 (sudoers)
- sudo 추가할 계정으로 vi /etc/ssh/sshd_config로 permission denied 확인
- root 계정으로 로그인
- chmod +w /etc/sudoers
- vi /etc/sudoers
- Allow root to run any commands anywhere 하단
root ALL(=ALL) ALL
추가계정 ALL(=ALL) ALL
- chmod -w /etc/sudoers
- sudo vi /etc/ssh/sshd_config로 실행