Ich kann im Forum hier immer nur meinen letzten Beitrag aktualisieren/bearbeiten, wenn noch niemand geantwortet hat (oder gibt es da einen versteckten Edit-Button?).
Keine Ahnung wo der Server seine Konfigurationen her nimmt. Wenn ich mir die verschiedenen Dateien ansehe durchschaue ich das alles nicht. (/etc/init.d/ssh, /etc/default/ssh, /lib/systemd/system/ssh.service, /lib/systemd/system/ssh.socket, /lib/systemd/system/ssh@.service, /etc/default/ssh, /etc/init/ssh.conf, /etc/ssh/sshd_config)
sudo /usr/sbin/sshd -D -o PasswordAuthentication=yes -h /home/phablet/.ssh/authorized_keys liefert auch immer nur
Could not load host key: /home/phablet/.ssh/authorized_keys obwohl cat /home/phablet/.ssh/authorized_keys gut aussieht.
Und nachdem /usr/sbin/sshd immer
Could not load host key: /etc/ssh/ssh_host_ecdsa_key
Could not load host key: /etc/ssh/ssh_host_ed25519_key
lieferte und ich mit sudo /usr/bin/ssh-keygen -A keyfiles erzeugt habe, erhielt ich sogar mit systemctl start sshd nur noch
Failed to add /run/systemd/ask-password to directory watch: No such file or directory
Failed to start sshd.service: Unknown unit: sshd.service
See system logs and 'systemctl status sshd.service' for details.
was mit systemctl status sshd.service dann Failed to get properties: No such interface lieferte.
Nach reboot und manuellem sudo service ssh restart erhielt ich jetzt zwar sogar eine Passwortabfrage:
login as: phablet
Using keyboard-interactive authentication.
Password: ********
Nach Eingabe des Passwortes kommt aber ein Windows-Putty-Popup-Fenster: Network error: Software caused connection abort
oder bei Falscheingabe ein Access denied.. d.h. vermutlich gibt es ein Problem mit phablet-Rechten oder Verzeichnissen oder woran kann das liegen ?
Event Log: Server version: SSH-2.0-OpenSSH_7.1p2 Ubuntu-2
Event Log: Using SSH protocol version 2
....
....
Incoming packet #0x7, type 52 / 0x34 (SSH2_MSG_USERAUTH_SUCCESS)
Event Log: Access granted
Event Log: Opening session as main channel
Outgoing packet #0xa, type 90 / 0x5a (SSH2_MSG_CHANNEL_OPEN)
00000000 00 00 00 07 73 65 73 73 69 6f 6e 00 00 01 00 00 ....session.....
00000010 00 40 00 00 00 40 00 .@...@.
Outgoing raw data at 2016-10-06 15:48:12
00000000 37 e3 28 a6 9c c0 44 93 b8 3e 89 a6 a3 ce 6f 75 7.(...D..>....ou
00000010 8b 60 aa d6 a7 bf b7 bb 3c 88 bd 92 05 7c 74 5f .`......<....|t_
00000020 c4 3b ff 2e 76 8e 7e aa 07 8b 09 28 8f 72 77 66 .;..v.~....(.rwf
00000030 63 fa b2 17 c2 f9 36 53 8e 1a db 62 e4 e4 bc 5e c.....6S...b...^
00000040 b4 a8 4e f1 0c 59 2a 01 39 75 27 cf d2 fe d4 cd ..N..Y*.9u'.....
Event Log: Network error: Software caused connection abort
Nochmaliges reboot hat jetzt leider alles wieder zerstört und selbst die Passwortabfrage geht nicht mehr. Stattdessen in der /var/log/auth.log :
error: Could not load host key: /etc/ssh/ssh_host_ecdsa_key
error: Could not load host key: /etc/ssh/ssh_host_ed25519_key
error: Received disconnect from 192.168.1.10: 14: No supported authentication methods available [preauth]
Oct 6 14:20:06 ubuntu-phablet sshd[4427]: Disconnected from 192.168.1.10 [preauth]