리눅스 ssh 접속시 -bash: /dev/null: Permission denied 메세지가 발생!!
저 같은 경우엔, 위 denied 메세지 출력후 secure shell로 sftp 사용할라 하니 아래와 같이
file transfer server could not be started or it exited unexpectedly.
Exit value 0 was returned. Most likely the sftp-server is not in the path of the user on the server-side.
요런 메세지 뜨면서 sftp도 안되더군요...
# rm -rf /dev/null
# mknod -m 0666 /dev/null c 1 3
이 조치를 해주니, denied 메세지 없어지고, sftp도 잘 되네요 ^^
왜 잘 되었는지는 좀 더 연구해봐야겠음. 이상입니다 ㅋ
'Linux' 카테고리의 다른 글
vi 한글깨짐 설정 (0) | 2012.09.17 |
---|---|
리눅스 아파치 올리기 (0) | 2012.04.25 |
messages 중에 smartd 데몬메세지 (0) | 2012.04.25 |
tcpdump로 웹접속 로그파일 저장 및 ASCII모드 변환 (0) | 2012.04.25 |
CentOS yum 사용시 Error: Cannot find a valid baseurl for repo: update 해결방법 (0) | 2012.04.25 |
mount 명령어 (0) | 2012.04.25 |
tar 명령어 (0) | 2012.04.24 |
hostname 변경 (0) | 2012.04.20 |