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
Post a Comment