Hauptmenü

SSH ohne passwort

Begonnen von jeti, 04 Januar 2019, 11:47:01

Vorheriges Thema - Nächstes Thema

jeti

Hallo zusammen,

ich habe diesen Thread schon gefunden:
https://forum.fhem.de/index.php?topic=81121.0
als auch Ottos Blogeintrag:
https://heinz-otto.blogspot.com/2017/01/per-ssh-remote-befehle-direkt-ausfuhren.html

hänge aber noch... Der Stand ist:
ich habe am lokalen System Fhem laufen, dort habe ich einen rsa key generiert und auf  dem remote system (WD MyCloud) übertragen. Am remote System finde ich diesen auch wieder.
Ich kann mich auch per ssh root@remotesystem vom lokalen System auf mit dem remotesystem ohne passwort verbinden
allerdings nicht mit dem User fhem hier wird weiterhin das Passwort abgefragt.

Gibt es einen Tip wohin ich gucken muss?

Danke und Gruß

CoolTux

Du hättest das alles als User fhem machen sollen. Oder aber Du kopiert Deinen .ssh Ordner ins /opt/fhem/ Verzeichnis und passt die Rechte entsprechend für den User fhem an.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

Byte09

Zitat von: jeti am 04 Januar 2019, 11:47:01
Hallo zusammen,

ich habe diesen Thread schon gefunden:
https://forum.fhem.de/index.php?topic=81121.0
als auch Ottos Blogeintrag:
https://heinz-otto.blogspot.com/2017/01/per-ssh-remote-befehle-direkt-ausfuhren.html

hänge aber noch... Der Stand ist:
ich habe am lokalen System Fhem laufen, dort habe ich einen rsa key generiert und auf  dem remote system (WD MyCloud) übertragen. Am remote System finde ich diesen auch wieder.
Ich kann mich auch per ssh root@remotesystem vom lokalen System auf mit dem remotesystem ohne passwort verbinden
allerdings nicht mit dem User fhem hier wird weiterhin das Passwort abgefragt.

Gibt es einen Tip wohin ich gucken muss?

Danke und Gruß

wie warst du denn auf lokalem system bei einrichtung angemeldet ?
..... du musst das unter dem Account/User  'fhem' machen.

gruss Byte09

jeti

Hallo zusammen,

ah ok, war als root angemeldet, ich probiere und gebe Bescheid,
Danke schonmal!!!

Gruß

Otto123

Hi,

einfach das tun was ich beschrieben habe, das funktioniert :)
Manchmal ist jedes Wort im Text wichtig und Ruhe ist gefragt :)  ;D

Gruß Otto
Viele Grüße aus Leipzig  ⇉  nächster Stammtisch an der Lindennaundorfer Mühle
RaspberryPi B B+ B2 B3 B3+ ZeroW,HMLAN,HMUART,Homematic,Fritz!Box 7590,WRT3200ACS-OpenWrt,Sonos,VU+,Arduino nano,ESP8266,MQTT,Zigbee,deconz

jeti

 :'( ich Probiere morgen nochmal... bisher keine Verbesserung...
auch nach mit Ottos Anleitung als User fhem...
Eigentlich gehts doch nur um die keys, oder? der id_ras.pub auf dem local client ist identisch mit dem authorized_keys am remote client...

per Passwort klappts aber nicht ohne... mmpf

Otto123

#6
Wenn Du nicht klar kommst solltest Du mehr Infos liefern. Es geht nicht - ist absolut ungenügend, da wird Dir keiner helfen können.

Also schreib bitte Step für Step auf was Du gemacht hast und welche Meldungen kommen! Und bitte nicht: Ich habe alles laut Anmeldung aber es geht immer noch nicht.


Hier noch ein Querverweis -> https://forum.fhem.de/index.php/topic,82942.0.html
Da waren Rechte falsch gesetzt.

Denke vor allem darüber nach mit welchen User Du wirklich arbeiten willst. Mit root überhaupt arbeiten und dann noch mit ssh auf das Remotesystem ist eigentlich ein NoGo!

Gruß Otto
Viele Grüße aus Leipzig  ⇉  nächster Stammtisch an der Lindennaundorfer Mühle
RaspberryPi B B+ B2 B3 B3+ ZeroW,HMLAN,HMUART,Homematic,Fritz!Box 7590,WRT3200ACS-OpenWrt,Sonos,VU+,Arduino nano,ESP8266,MQTT,Zigbee,deconz

Christoph Morrison

Zitat von: jeti am 04 Januar 2019, 17:37:08
per Passwort klappts aber nicht ohne... mmpf

Mit ssh -vv kannst du dir anschauen was nicht "geht" und dann kannst du bessere Fragen stellen.

jeti

Hallo zusammen,
Otto hat natürlich recht, war gestern nur etwas frustriert...
also:
nun mit korrektem Nutzer Ottos Anleitung auf dem localen Rechner durchgeführt mit folgenden ergebnis:
ssh-copy-id -i ~/.ssh/id_rsa fhem@192.168.1.107
wird mit
Zitat
/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/opt/fhem/.ssh/id_rsa.pub"
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys
fhem@192.168.1.107's password:

Number of key(s) added: 1

Now try logging into the machine, with:   "ssh 'fhem@192.168.1.107'"
and check to make sure that only the key(s) you wanted were added.
quittiert, sieht also richtig aus, oder? -> ich habe auch schon den key auf dem remote client umbenannt und einen neuen erstellt und ssh auf beiden rechner neu gestartet, jedes mal die PW abfrage folgendes resultat:
Zitat
fhem@rock64:~/.ssh$ ssh -vv fhem@192.168.1.107 date
OpenSSH_7.6p1 Ubuntu-4ubuntu0.1, OpenSSL 1.0.2n  7 Dec 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: resolving "192.168.1.107" port 22
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to 192.168.1.107 [192.168.1.107] port 22.
debug1: Connection established.
debug1: identity file /opt/fhem/.ssh/id_rsa type 0
debug1: key_load_public: No such file or directory
debug1: identity file /opt/fhem/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /opt/fhem/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /opt/fhem/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /opt/fhem/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /opt/fhem/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /opt/fhem/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /opt/fhem/.ssh/id_ed25519-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.1
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.0p1 Debia                    n-4
debug1: match: OpenSSH_6.0p1 Debian-4 pat OpenSSH* compat 0x04000000
debug2: fd 3 setting O_NONBLOCK
debug1: Authenticating to 192.168.1.107:22 as 'fhem'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: local client KEXINIT proposal
debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2                    -nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sh                    a256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-                    group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,ex                    t-info-c
debug2: host key algorithms: ssh-rsa-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-                    256,ssh-rsa,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v0                    1@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@open                    ssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519
debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256                    -ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256                    -ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-25                    6-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-6                    4@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-25                    6-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-6                    4@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: compression ctos: none,zlib@openssh.com,zlib
debug2: compression stoc: none,zlib@openssh.com,zlib
debug2: languages ctos:
debug2: languages stoc:
debug2: first_kex_follows 0
debug2: reserved 0
debug2: peer server KEXINIT proposal
debug2: KEX algorithms: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521                    ,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-                    hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: host key algorithms: ssh-rsa,ssh-dss
debug2: ciphers ctos: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes                    128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael                    -cbc@lysator.liu.se
debug2: ciphers stoc: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes                    128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael                    -cbc@lysator.liu.se
debug2: MACs ctos: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha                    2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,hmac-ripemd160@openssh.co                    m,hmac-sha1-96,hmac-md5-96
debug2: MACs stoc: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha                    2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,hmac-ripemd160@openssh.co                    m,hmac-sha1-96,hmac-md5-96
debug2: compression ctos: none,zlib@openssh.com
debug2: compression stoc: none,zlib@openssh.com
debug2: languages ctos:
debug2: languages stoc:
debug2: first_kex_follows 0
debug2: reserved 0
debug1: kex: algorithm: ecdh-sha2-nistp256
debug1: kex: host key algorithm: ssh-rsa
debug1: kex: server->client cipher: aes128-ctr MAC: umac-64@openssh.com compress                    ion: none
debug1: kex: client->server cipher: aes128-ctr MAC: umac-64@openssh.com compress                    ion: none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ssh-rsa SHA256:f3kiNy5JoEDsZLp2JUUvrxmUsVFkcSNWGlAr+NZS                    nNk
debug1: Host '192.168.1.107' is known and matches the RSA host key.
debug1: Found key in /opt/fhem/.ssh/known_hosts:1
debug2: set_newkeys: mode 1
debug1: rekey after 4294967296 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug2: set_newkeys: mode 0
debug1: rekey after 4294967296 blocks
debug2: key: /opt/fhem/.ssh/id_rsa (0x5598d00fa0)
debug2: key: /opt/fhem/.ssh/id_dsa ((nil))
debug2: key: /opt/fhem/.ssh/id_ecdsa ((nil))
debug2: key: /opt/fhem/.ssh/id_ed25519 ((nil))
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering public key: RSA SHA256:qYTk3GB443MT5cIpUixxl45fw14qt9WVLvPtHftW                    680 /opt/fhem/.ssh/id_rsa
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /opt/fhem/.ssh/id_dsa
debug1: Trying private key: /opt/fhem/.ssh/id_ecdsa
debug1: Trying private key: /opt/fhem/.ssh/id_ed25519
debug2: we did not send a packet, disable method
debug1: Next authentication method: password
fhem@192.168.1.107's password:
Der remote client antwortet also nicht auf die Schlüsselanfrage, oder?

da Reche ein Problem sein könnten so sieht es aus auf dem local rechner:
Zitat
drwxr-xr-x  2 fhem dialout   4096 Jan  5 13:00 .ssh
Zitat

fhem@rock64:~/.ssh$ ls -la
total 20
drwxr-xr-x  2 fhem dialout 4096 Jan  5 13:00 .
drwxr-xr-x 14 fhem dialout 4096 Jan  4 17:21 ..
-rwxr-xr-x  1 fhem dialout 1679 Jan  5 12:54 id_rsa
-rwxr-xr-x  1 fhem dialout  393 Jan  5 12:54 id_rsa.pub
-rwxr-xr-x  1 fhem dialout  442 Jan  4 14:54 known_hosts

und auf dem remote:

Zitatdrwxrw-r-- 2 fhem fhem 4096 Oct 31 01:09 .ssh

Zitatfhem@Backup:~/.ssh$ ls -la
total 20
drwxrw-r-- 2 fhem fhem 4096 Oct 31 01:09 .
drwxr-xr-x 3 1000 fhem 4096 Oct 30 01:25 ..
-rw------- 1 fhem fhem  393 Oct 31 01:09 authorized_keys
-rwxrw-r-- 1 fhem fhem  393 Oct 31 01:07 authorized_keys.sav  -> von mir "umbenannt um ssh-copy-id neue erstellen zu lassen
-rwxrw-r-- 1 fhem fhem  222 Oct 30 05:20 known_hosts.sav > von mir "umbenannt um ssh-copy-id neue erstellen zu lassen

Danke für die Geduld und für jeden Tip!
Gruß

Otto123

#9
Hi,

bist Du sicher auf welchem Rechner Du was tust? Ich nämlich nicht  :-[
fhem@192.168.1.107
fhem@rock64
fhem@Backup

Das sind jetzt drei?

Die Rechte sind falsch, wie schon vermutet. Ob das das eigentliche Problem ist kann ich nicht sagen! So muss es aussehen:
drwx------  2 fhem dialout 4096 Nov 25 00:00 .
drwxr-xr-x 13 fhem dialout 4096 Jan 12  2018 ..
-rw-------  1 fhem dialout 1675 Jan 17  2017 id_rsa
-rw-r--r--  1 fhem dialout  394 Jan 17  2017 id_rsa.pub
-rw-r--r--  1 fhem dialout  806 Nov 25 00:03 known_hosts

Steht Übrigens extra als Fehlerhinweis  in meiner Anleitung!  8)

Gruß Otto
Viele Grüße aus Leipzig  ⇉  nächster Stammtisch an der Lindennaundorfer Mühle
RaspberryPi B B+ B2 B3 B3+ ZeroW,HMLAN,HMUART,Homematic,Fritz!Box 7590,WRT3200ACS-OpenWrt,Sonos,VU+,Arduino nano,ESP8266,MQTT,Zigbee,deconz

jeti

Hi Otto,

192.168.1.107 = Backup
192.168.1.185 = Rock64

Berechtigungen sind nun auf dem lokalen Rechner korrigiert:
Zitat
drw-r--r--  2 fhem dialout   4096 Jan  5 13:00 .ssh


Zitat
drwxr-xr-x 14 fhem dialout 4096 Jan  4 17:21 ..
-rw-------  1 fhem dialout 1679 Jan  5 12:54 id_rsa
-rw-r--r--  1 fhem dialout  393 Jan  5 12:54 id_rsa.pub
-rw-r--r--  1 fhem dialout  442 Jan  4 14:54 known_hosts


aber nun (ich habe da wohl ein Verständnisproblem...) :
Zitat
fhem@rock64:~$ cd .ssh/
-bash: cd: .ssh/: Permission denied

der Ordner /opt/fhem.ssh gehört doch fhem (in der Grupper dialout) warum darf fhem jetzt nicht mehr auf den Ordner zugreifen?

Danke und Gruß

Otto123

Weil du anstatt drwx drw gemacht hast  :-X
chmod -v u+x .ssh

Du weisst schon, das z.B. die Hostzertifikate separat behandelt werden, je nach dem ob man IP Adressen oder Hostnamen nimmt?

Gruß Otto
Viele Grüße aus Leipzig  ⇉  nächster Stammtisch an der Lindennaundorfer Mühle
RaspberryPi B B+ B2 B3 B3+ ZeroW,HMLAN,HMUART,Homematic,Fritz!Box 7590,WRT3200ACS-OpenWrt,Sonos,VU+,Arduino nano,ESP8266,MQTT,Zigbee,deconz

CBSnake

Hi ich grab das alte Thema mal wieder aus, da ich das selbe Problem hab und Otto ja auch schon mit on Bord ist :-)

Vorgeschichte: Windows 10 PC installiert auf Windows 7, nach der Anleitungen von Otto "SSH ohne Passwort" hinbekommen und Anleitung abgespeichert.
Jetzt hab ich den Windows 10 PC platt gemacht, neu aufgesetzt (User ist diesesmal aber an ein Microsoft Konto geknüpft) sonst alles beim Alten, die Anleitung abgearbeitet.
Client ist der PI mit FHEM
Server ist Windows 10

Fehlermeldungen gabs keine aber dafür das:


fhem@raspberrypi:~$ ssh -v micro@192.168.222.26
OpenSSH_7.4p1 Raspbian-10+deb9u7, OpenSSL 1.0.2u  20 Dec 2019
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to 192.168.222.26 [192.168.222.26] port 22.
debug1: Connection established.
debug1: identity file /opt/fhem/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /opt/fhem/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /opt/fhem/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /opt/fhem/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /opt/fhem/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /opt/fhem/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /opt/fhem/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /opt/fhem/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.4p1 Raspbian-10+deb9u7
debug1: Remote protocol version 2.0, remote software version OpenSSH_for_Windows_7.7
debug1: match: OpenSSH_for_Windows_7.7 pat OpenSSH* compat 0x04000000
debug1: Authenticating to 192.168.222.26:22 as 'micro'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ecdsa-sha2-nistp256 SHA256: [b]XXXXXXX ausgexxxx vor dem Posten[/b]
debug1: Host '192.168.222.26' is known and matches the ECDSA host key.
debug1: Found key in /opt/fhem/.ssh/known_hosts:1
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /opt/fhem/.ssh/id_rsa
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Trying private key: /opt/fhem/.ssh/id_dsa
debug1: Trying private key: /opt/fhem/.ssh/id_ecdsa
debug1: Trying private key: /opt/fhem/.ssh/id_ed25519
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: password


Den alten Host eintrag hab ich vorher gelöscht, der wird beim ersten Versuch dann auch abgefragt
Rechte der Ordner hab ich überprüft

Leider find ich auf dem Windows Rechner keine Logfiles um mal die diese Seite zu betrachten. Gibts noch ne Idee was ich noch prüfen könnte?

Grüße

Achim
FHEM auf Debian 10, HM-Wlan, JeeLink-Wlan, Wlanduino, ConBee, TP-Link Steckdose, GHoma Steckdosen, Shelly Steckdosen

Otto123

Hallo Achim,

ich kann die Fehler derzeit nicht deuten, ich bin allerdings derzeit eingeschränkt weil unterwegs.
Ob MS Konto oder Lokal ist eigentlich egal, Windows "mapped" das MS Konto auf ein Lokales, wobei dort der Kurzname von Windows bei der Anmeldung bestimmt wird. Der Kurzname ist bei der ssh Anmeldung zu verwenden. Sehen tut man den einfach wenn man mal cmd aufmacht. ;)

Dein Fehlerlog klingt aber eher so als ob user fhem keinen public key hat? Was gibt Dir denn:
{qx(ls -lha .ssh)} in der FHEM Kommandozeile zurück?

Gruß Otto
Viele Grüße aus Leipzig  ⇉  nächster Stammtisch an der Lindennaundorfer Mühle
RaspberryPi B B+ B2 B3 B3+ ZeroW,HMLAN,HMUART,Homematic,Fritz!Box 7590,WRT3200ACS-OpenWrt,Sonos,VU+,Arduino nano,ESP8266,MQTT,Zigbee,deconz

CBSnake

Hi,

der Kurzname passt, gebe ich nach der geposteten Fehlermeldung das Passwort ein bin ich per SSH auf dem Windows-Rechner.

total 24K
drwx------  2 fhem dialout 4.0K Oct 16 14:58 .
drwxr-xr-x 16 fhem dialout 4.0K Oct 16 14:43 ..
-rw-------  1 fhem dialout 1.7K Oct 16 14:56 id_rsa
-rw-r--r--  1 fhem dialout  398 Oct 16 14:56 id_rsa.pub
-rw-------  1 fhem dialout  222 Oct 16 14:58 known_hosts
-rw-r--r--  1 fhem dialout  222 Oct 16 13:14 known_hosts.old



Hier die Ausgabe ;-)

Grüße

Achim
FHEM auf Debian 10, HM-Wlan, JeeLink-Wlan, Wlanduino, ConBee, TP-Link Steckdose, GHoma Steckdosen, Shelly Steckdosen