shell - Run script on remote machine via telnet (not SSH) -


i need somehow run script resides on remote machine running ubuntu. ssh or other connection type requires complex encryption not possible. client connect remote machine capable of opening port , sending , receiving strings. can tell me how this?

why remote ubuntu machine "not natively capable of ssh". that's nonsense.

but if want solution, use expect - can run ftp/telnet or other terminal-based application. can react different input, , type in password.

there python , perl-based packages this.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -