ssh 하나 해결했더니.. 다른 문제가..
글쓴이: superjk / 작성시간: 금, 2003/01/03 - 3:39오전
로컬에서는 접속이 잘되는데 외부에서 ssh로 접속을 하면
superjk@192.168.0.80's password:
Permission denied, please try again.
superjk@192.168.0.80's password:
Permission denied, please try again.
superjk@192.168.0.80's password:
Permission denied (publickey,password,keyboard-interactive).
[root@localhost root]#
이렇게 퍼미션 디나이가 나오면서 접속을 못합니다.
어떤 설정을 해줘야 할것 같은데...
어떻게 하면 좋을까요..
Forums:
/etc/ssh/sshd_config파일을 살펴보셔야 할 것 같군요.
/etc/ssh/sshd_config
파일을 살펴보셔야 할 것 같군요...
또는 /etc/nologin 파일에 superjk이 있던지요.
저는 루트로는 그렇게 된 적은 있었지만(루트 접근이 기본적으로 막혀있음) 일반 사용자로는 그런적이 없는데 이상하군요.
일단 sshd의 로긴 과정은 man페이지의 것을 옮기면 다음과 같습니다.
1. If the login is on a tty, and no command has been specified,
prints last login time and /etc/motd (unless prevented in the
configuration file or by $HOME/.hushlogin; see the FILES sec-
tion).
2. If the login is on a tty, records login time.
3. Checks /etc/nologin; if it exists, prints contents and quits
(unless root).
4. Changes to run with normal user privileges.
5. Sets up basic environment.
6. Reads $HOME/.ssh/environment if it exists.
7. Changes to user's home directory.
8. If $HOME/.ssh/rc exists, runs it; else if /etc/ssh/sshrc
exists, runs it; otherwise runs xauth. The ``rc'' files are
given the X11 authentication protocol and cookie in standard
input.
9. Runs user's shell or command.
rommance.net
가능성은 여러가지가 있겠습니다만1. 암호가 틀린경우입니다. 대부분은
가능성은 여러가지가 있겠습니다만
1. 암호가 틀린경우입니다. 대부분은 이것이 될듯 합니다.
2. /etc/ssh/sshd_config 설정화일에서
DenyUsers xxx
등과 같이 사용자를 막은 경우가 있겠습니다.
3. pam을 이용해서 막은 경우인데 /etc/pam.d/sshd(맞나? -0-;;; ) 에서 특별히 사용자를 막는 줄을 추가했을 경우입니다.
일단 1번부터 확인하심이 옳으실 줄로 압니다.
내것은??? 몰까?
댓글 달기