시놀로지(XPEnology) DSM 6.0 이후 부터는 ROOT 계정 사용이 막혀있습니다
WinSCP프로그램으로 ROOT(Administrator Group) 계정으로 로그인 하면 "선택한 쉘이 프로그램과 호환되지 않습니다"
메세지를 만나게 됩니다.
etc/sudoers 파일을 수정해야 정상적으로 로그인 이 가능합니다.
해당파일을 내려받거나 vi editor로 수정하여 아래 설정을 변경해주어야 합니다
#<변경전>
# Allow members of group administrators to execute any command
%administrators ALL=(ALL) ALL
#<변경후>
# Allow members of group administrators to execute any command
%administrators ALL=(ALL) NOPASSWD: ALL
※ 주의하실 점은 해당파일을 백업 받아놓으시길 바랍니다. (혹시 모르니까요)
'Server' 카테고리의 다른 글
[Tomcat] JNDI 설정 (0) | 2022.12.28 |
---|---|
[TOMCAT] url parse 오류로 인한 400 Error (0) | 2022.08.10 |
[Tomcat] get방식 파라메터 '|' (파이프) 오류 (0) | 2020.07.15 |
[Tomcat] 톰켓 기초 설정 가이드 (1) | 2018.04.12 |
robots.txt 설정 (0) | 2018.01.08 |