난 하지 를 사용 hosts.allow
하거나 hosts.deny
, 더 많은 SSH 내 창 기계 (같은 노트북, 다른 하드 드라이브)하지만 내 리눅스 머신에서 작동합니다.
ssh -vvv root@host -p port
제공합니다 :
OpenSSH_6.6, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 20: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to host [host] port <port>.
debug1: Connection established.
debug1: identity file /home/torxed/.ssh/id_dsa type -1
debug1: identity file /home/torxed/.ssh/id_dsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6
ssh_exchange_identification: read: Connection reset by peer
Windows 컴퓨터에서는 모든 것이 잘 작동하므로 보안 로그를 확인하고 그 줄이 동일한 지, 서버는 서로 다른 두 "기계"를 다르지 않으며 공개 키 인증을 통해 둘 다 허용됩니다.
따라서 이것이 내 로컬 ArchLinux 랩톱에 문제가 있어야한다는 결론으로 이어집니다. 그러나 무엇?
[torxed@archie ~]$ cat .ssh/known_hosts
[torxed@archie ~]$
그래서 그것은 문제가 아닙니다 ..
[torxed@archie ~]$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
방화벽 설정과 충돌하지 않습니다 (현재).
[torxed@archie ~]$ ls -la .ssh/
total 20
drwx------ 2 torxed users 4096 Sep 3 2013 .
drwx------ 51 torxed users 4096 May 11 11:11 ..
-rw------- 1 torxed users 1679 Sep 3 2013 id_rsa
-rw-r--r-- 1 torxed users 403 Sep 3 2013 id_rsa.pub
-rw-r--r-- 1 torxed users 170 May 11 11:21 known_hosts
권한은 문제가없는 것 같습니다 (서버와 동일). /etc/ssh/ssh_config
동일한 오류로 끝나는 클라이언트에서 많은 자동 구성이 진행되는 것을 제외하고는 동일한 결과로 구성하지 않고 시도했습니다 .
ip6tables-save
입니까 ( )?
iptables-save|grep -v '^#'
의 다른 출력물 (예 :nat
및mangle
)을 포함하는 의 출력물을 제공하십시오 . 비어있는 경우 간단히 설명하십시오.iptables
위 의 출력은 기본적으로filter
테이블로 제한됩니다 . 또한 SSH 서버에서 이와 같은 대체 포트에서 SSH를 실행 하고 디버그 출력을 제공하십시오.