Saya tidak menggunakan hosts.allow
atau hosts.deny
, lebih jauh lagi SSH bekerja dari mesin windows saya (laptop yang sama, hard drive yang berbeda) tetapi bukan mesin Linux saya.
ssh -vvv root@host -p port
memberi:
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
Pada mesin windows semuanya berfungsi dengan baik, jadi saya memeriksa log keamanan dan garis-garis di sana identik, server memperlakukan dua "mesin" yang berbeda tidak berbeda dan keduanya diizinkan melalui otentikasi kunci publik ..
Jadi itu mengarah pada kesimpulan bahwa ini harus menjadi masalah dengan laptop ArchLinux lokal saya .. tapi apa?
[torxed@archie ~]$ cat .ssh/known_hosts
[torxed@archie ~]$
Jadi bukan itu masalahnya ..
[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
Tidak ada konflik dengan pengaturan firewall (untuk saat ini) ..
[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
Izin tampaknya baik-baik saja (sama pada server) .. Juga mencoba tanpa mengkonfigurasi /etc/ssh/ssh_config
dengan hasil yang sama kecuali untuk banyak konfigurasi otomatis yang terjadi pada klien yang berakhir dengan kesalahan yang sama.
ip6tables-save
)?
iptables-save|grep -v '^#'
, itu akan termasuk tabel lain (misalnyanat
danmangle
). Jika kosong, sebutkan saja.iptables
Output Anda di atas secara default terbatas padafilter
tabel. Juga, pada server SSH jalankan SSH pada port alternatif seperti ini dan berikan output debug.