Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要按照“telnet root@192.168.2.99:irinject BACK”的方式进行一些操作,但这无法正常工作。不需要密码。
在 Ubuntu 11.10 上使用终端执行此任务的正确语法是什么?
如果您绝对必须这样做,请使用echoor etc. 将命令通过管道传输到telnet会话 - 并准备好在机器被黑客入侵时重新安装它们。
echo
telnet
强烈推荐ssh与密钥访问一起使用;你甚至可以以这种方式包含命令。
ssh
ssh -i path/to/root-key root@host command