Server
[Synoilogy Nas] 시놀로지 DSM 6.0 이후 WinSCP Admin Group으로 로그인 하기
망할고양이
2020. 7. 27. 00:26
시놀로지(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
※ 주의하실 점은 해당파일을 백업 받아놓으시길 바랍니다. (혹시 모르니까요)