안녕하세요...
제가 질문하고픈건...
딱 세가지...
질문 1] linux에서 외부로 접속시 에러
[userid@host path]$ ssh -l userid freebsd.server
warning: Authentication failed.
Disconnected; protocol version not supported (Illegal protocol version.).
[userid@host path]$
[참고] 외부 서버는 FreeBSD 입니다.
질문 2] linux에서 localhost로 접속시...
[userid@host path]$ ssh -l userid localhost
userid's password:
userid's password:
userid's password:
warning: Authentication failed.
Disconnected; no more authentication methods available (No further authentication methods available.).
[userid@host path]$
이렇게 세 번의 암호를 모두 거부하네요...
분명 외부(FreeBSD 와 Windog)에선 정상적으로 접속이 되는데...
linux에서 외부나 내부로의 ssh의 접속이 아니됩니다.
질문 3] scp 하면 아래와 같은 에러가...
CASE LINUX => FreeBSD]
[userid@linux path]$ scp demo userid@freebsd:path
warning: Authentication failed.
Disconnected; protocol version not supported (Illegal protocol version.).
scp: warning: child process (ssh2) exited with code 1.
[userid@linux path]$
CASE FreeBSD => LINUX]
[userid@freebsd path]$ scp test userid@linux:path
userid@linux's password:
/bin/bash: sftp-server: command not found
scp: warning: child process (ssh2) exited with code 127.
[userid@freebsd path]$
이건 또 왜 이런지???
혹... sshd말고 sftp-server이라는 놈도 구동을 시켜야 하는지???
흠...--<어떠한 역경에도 굴하지 않는 '하양 지훈'>