* nmap zeigt einen offenen Port 22 (von außen)
* telnet connected sich (von außen)
* sshd und auth.log zeigen keine Reaktion
* laut tcpdump kommen auf eth0 port 22 Daten an.
Der SSH-Verbindungsprozess sieht so aus:
Code: Alles auswählen
user@fusion:~$ ssh -v root@7.7.7.3
OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 7.7.7.3 [7.7.7.3] port 22.
debug1: Connection established.
debug1: identity file /home/user/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-4096
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-4096
debug1: identity file /home/user/.ssh/id_rsa-cert type -1
debug1: identity file /home/user/.ssh/id_dsa type -1
debug1: identity file /home/user/.ssh/id_dsa-cert type -1
debug1: identity file /home/user/.ssh/id_ecdsa type -1
debug1: identity file /home/user/.ssh/id_ecdsa-cert type -1
Code: Alles auswählen
...
allow-hotplug eth0
iface eth0 inet static
address 7.7.7.3
netmask 255.255.255.0
gateway 7.7.7.254
allow-hotplug eth1
iface eth1 inet static
address 192.168.1.10
netmask 255.255.255.0
In /etc/ssh/sshd_config habe ich folgendes beachtet:
Code: Alles auswählen
...
ListenAddress 7.7.7.3
...
System:
Host: ESXi 4.0.x
Gaste. Debian 5.0.9 64-Bit
openssh-server: 1:5.1p1-5
Wo liegt der Hase begraben? Wer ihn findet darf in braten.