Die SSH Verbindung zu einem neuen frisch installierten OpenSUSE bzw. SLES ist nich möglich.
In der OpenSUSE Installation (Version 11) ist die Verbindung von externen Systemen über SSH nicht erlaubt.
tomas@ubuntu:~$ ssh -vvvv root@sles1 OpenSSH_7.2p2 Ubuntu-4ubuntu1, OpenSSL 1.0.2g-fips 1 Mar 2016 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug2: resolving "sles1" port 22 debug2: ssh_connect_direct: needpriv 0 debug1: Connecting to sles1 [10.0.2.7] port 22. debug1: connect to address 10.0.2.7 port 22: Connection timed out ssh: connect to host sles1 port 22: Connection timed out
Schritte:
- Verifiziere das auf dem OpenSUSE System die Firewall für SSH geöffnet ist.
$ iptables -nL | grep 22
soll Ergebnisse liefern: - Öffnen Firewall für SSH Daemon
$ yast firewall
und navigiere Allowed Services -> Service to Allow -> Secure Shell Server -> Add -> Next -> Finish
Um sich als root auf dem OpenSUSE Sever mit angaben von Passwort anmelden zu können, muss dies in ssh erlaubt sein (Eintrag PermitRootLogin yes).
$ vi /etc/ssh/sshd_config
PermitRootLogin yes