I need to pull something along the lines of “telnet root@192.168.2.99: irinject BACK”
however this refuses to work. There is no password required.
What is the correct syntax to perform this task using the terminal on Ubuntu 11.10?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you absolutely must do it this way, use
echoor etc. to pipe commands to thetelnetsession — and be ready to reinstall machines as they get hacked.Strongly preferred is to use
sshwith key access; you can even include the command that way.