Update README: usage, configuration and Minitel details

This commit is contained in:
Jimmy Labbé
2025-12-15 01:32:22 +01:00
parent 192a91a385
commit a6eaa82c20
+2 -2
View File
@@ -5,7 +5,7 @@ import os
import pty import pty
import select import select
SSH_HOST = "192.168.100.18" SSH_HOST = "IP_ADDRESS" # Remplacez par l'adresse IP de la cible SSH
SSH_USER = "minitel" SSH_USER = "minitel"
SSH_PORT = 22 SSH_PORT = 22
@@ -17,7 +17,7 @@ async def handler(ws):
SSH_HOST, SSH_HOST,
port=SSH_PORT, port=SSH_PORT,
username=SSH_USER, username=SSH_USER,
password="lol" password="PASSWORD" # Remplacez par le mot de passe approprié
) )
chan = client.invoke_shell( chan = client.invoke_shell(