Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  SSH will bei 17.1 nicht mehr?  (Read 1486 times)

Offline paco

  • User
  • Posts: 85
SSH will bei 17.1 nicht mehr?
« on: 2017/03/09, 14:14:26 »
Hallo,
nach kompletter Neuinstallatin der siduction 17.1-kde-amd64 gelingt mir auf  zwei verschiedenen Systemen (AMD64 und Intel64) keine ssh-Verbindung mehr. Weder zwischen den beiden Rechnern noch lokal auf einem Rechner:
Code: [Select]
ssh -vv hao@hypnos
OpenSSH_7.4p1 Debian-7, OpenSSL 1.0.2k  26 Jan 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: resolving "hypnos" port 22
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to hypnos [127.0.1.1] port 22.
debug1: Connection established.
debug1: key_load_public: No such file or directory
debug1: identity file /home/hao/.ssh/id_rsa type -1
(...)
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.4p1 Debian-7
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4p1 Debian-7
debug1: match: OpenSSH_7.4p1 Debian-7 pat OpenSSH* compat 0x04000000
debug2: fd 3 setting O_NONBLOCK
debug1: Authenticating to hypnos:22 as 'hao'
debug1: SSH2_MSG_KEXINIT sent
Connection reset by 127.0.1.1 port 22

Das Verzeichnis .ssh existiert und gehört dem jeweiligen User (hier hao) und der Dämon läuft:
Code: [Select]
$ ps aux | grep ssh
root     10131  0.0  0.0  69940  5288 ?        Ss   08:05   0:00 /usr/sbin/sshd -D
hao      20188  0.0  0.0  11084   332 ?        Ss   06:53   0:00 /usr/bin/ssh-agent /usr/bin/startkde

Bei früheren Versionen ging das einwandfrei out o the box. Bei erstmaliger Verbindungsaufnahme hat er nachgefragt, ob man das wirklich wolle, und gut wars.

Leider habe ich beim googlen nichts hilfreiches gefunden, und die Suche im Forum produziert bei mir nur leere Seiten.

Danke für jede Hilfe
paco

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
Re: SSH will bei 17.1 nicht mehr?
« Reply #1 on: 2017/03/09, 15:06:56 »
Release Notes gelesen? :)
Da gibts einen Absatz namens 'Shortcomings'
Dort steht, dass wegen Calamares die Aktivierung während der Installation wegfällt. Und weiter:
Code: [Select]
...we decided to just build 2 small packages to turn SSH on and off. They are aptly named SSH Activate and SSH Deactivate and you can find them in your menu.

Offline paco

  • User
  • Posts: 85
Re: SSH will bei 17.1 nicht mehr?
« Reply #2 on: 2017/03/09, 15:17:59 »
Jaaaein... Beim Versuch die Release-Notes während der Installation mit Calamares zu lesen ist mir die Kiste reproduzierbar mehrmals eingefroren. Ich habe das dann einfach übersprungen und gut wars.

sshactivate bockt aber und arbeitet erst dann wie gewünscht, wenn vorher sshdeactivate ausgelöst wurde.
Nun läuft es rund! :-)

Danke jedenfalls für den Hinweis und und danke für Eure hervorragende Arbeit.