diff --git a/FHEM/98_telnet.pm b/FHEM/98_telnet.pm index ecf73d58f..0f273ad04 100644 --- a/FHEM/98_telnet.pm +++ b/FHEM/98_telnet.pm @@ -428,11 +428,11 @@ telnet_ActivateInform($) =item summary_DE FHEM telnet Server =begin html - +
define <name> telnet <portNumber>
@@ -487,25 +487,26 @@ telnet_ActivateInform($)
-
+
Set N/A
-
+
Get N/A
-
+
Attributes:
-
+
- prompt
Sets the string for the telnet prompt, the default is fhem>
-
+
- SSL
Enable SSL encryption of the connection, see the description here on generating the needed SSL certificates. To
- connect to such a port use one of the following commands:
+ href="#HTTPS">here on generating the needed SSL certificates.
+ If the attribute is set, the telnet program wont work as a client
+ anymore, and a replacement is needed, like one of the following:
socat openssl:fhemhost:fhemport,verify=0 readline
ncat --ssl fhemhost fhemport
@@ -513,7 +514,7 @@ telnet_ActivateInform($)
-
+
- allowfrom
Regexp of allowed ip-addresses or hostnames. If set, only connections
from these addresses are allowed.
@@ -527,27 +528,30 @@ telnet_ActivateInform($)
-
+
- connectTimeout
Wait at maximum this many seconds for the connection to be established.
Default is 2.
-
+
- connectInterval
After closing a connection, or if a connection cannot be estblished,
try to connect again after this many seconds. Default is 60.
-
+
- encoding
Sets the encoding for the data send to the client. Possible values are
latin1 and utf8. Default is utf8.
+
- sslVersion
See the global attribute sslVersion.
+
+
- sslCertPrefix
Set the prefix for the SSL certificate, default is certs/server-, see
also the SSL attribute.
@@ -561,11 +565,11 @@ telnet_ActivateInform($)
=begin html_DE
-
+
telnet
-
+
Define
define <name> telnet <portNumber>
@@ -625,27 +629,28 @@ telnet_ActivateInform($)
-
+
Set N/A
-
+
Get N/A
-
+
Attribute
-
+
- prompt
Gibt die Zeichenkette an, welche in der Telnet-Sitzung als
Kommandoprompt ausgegeben wird. Die Voreinstellung ist fhem>
-
+
- SSL
SSL-Verschlüsselung für eine Verbindung aktivieren. Hier gibt es eine Beschreibung, wie das erforderliche
- SSL-Zertifikat generiert werden kann. Um eine Verbindung mit solch
- einem Port herzustellen, sind folgende Befehle möglich:
+ SSL-Zertifikat generiert werden kann. Beim gesetzten Attribut kann man
+ den telnet Befehl nicht mehr zum Verbinden werwenden, mögliche
+ Alternetiven sind folgende Programme:
socat openssl:fhemhost:fhemport,verify=0 readline
@@ -655,7 +660,7 @@ telnet_ActivateInform($)
-
+
- allowfrom
Regexp der erlaubten IP-Adressen oder Hostnamen. Wenn dieses Attribut
gesetzt wurde, werden ausschließlich Verbindungen von diesen
@@ -670,13 +675,13 @@ telnet_ActivateInform($)
-
+
- connectTimeout
Gibt die maximale Wartezeit in Sekunden an, in der die Verbindung
aufgebaut sein muss. Standardwert ist 2.
-
+
- connectInterval
Gibt die Dauer an, die entweder nach Schließen einer Verbindung
oder für den Fall, dass die Verbindung nicht zustande kommt,
@@ -684,7 +689,7 @@ telnet_ActivateInform($)
werden soll. Standardwert ist 60.
-
+
- encoding
Bezeichnet die Zeichentabelle für die zum Client gesendeten Daten.
Mögliche Werte sind utf8 und latin1. Standardwert ist utf8.