Ben değilim değil kullanarak hosts.allow
veya hosts.deny
daha fazla SSH benim pencere-makine (aynı dizüstü bilgisayar, farklı bir sabit disk) ama benim Linux makine çalışır.
ssh -vvv root@host -p port
verir:
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 makinesinde her şey yolunda gidiyor, bu yüzden güvenlik kayıtlarını kontrol ettim ve içindeki satırlar aynı, sunucu iki farklı "makineye" farklı davranmıyor ve her ikisine de ortak anahtar kimlik doğrulama yoluyla izin veriliyor.
Bu da yerel ArchLinux dizüstü bilgisayarımla ilgili bir sorun olması gerektiği sonucuna yol açıyor.
[torxed@archie ~]$ cat .ssh/known_hosts
[torxed@archie ~]$
Demek sorun bu değil.
[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
Güvenlik duvarı ayarlarıyla çakışma yok (şimdilik).
[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
İzinler iyi görünüyor (sunucuda aynı) .. Ayrıca /etc/ssh/ssh_config
, aynı hatayla sonuçlanan istemcide gerçekleşen bir çok otomatik yapılandırma dışında, aynı sonucu yapılandırmadan da denedim .
ip6tables-save
mu ( )?
iptables-save|grep -v '^#'
diğer tabloları içerecek (örneğinnat
vemangle
) çıktılarını veriniz . Boşlarsa, sadece şunu söyle. Kişiseliptables
çıktı Yukarıda sınırlı varsayılan olarakfilter
masaya. Ayrıca, SSH sunucusunda SSH'yi bunun gibi alternatif bir bağlantı noktasında çalıştırın ve hata ayıklama çıktısını verin.