talos 168So let’s just pretend you want to get an interactive terminal on a Talos Linux node. I’m not sure why you’d want to do that—the API is more powerful. But Talos doesn’t haveimport socket host = '192.168.1.1' # device default port = 21 s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.settimeout(1)