Ubuntu 使用telnet

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/zxc024000/article/details/81272714

Ubuntu 使用telnet

  • 想要远程登录Ubuntu(linux)系统的电脑,可以使用ssh,也可以使用telnet。
  • ubuntu开启telnet服务
sudo apt-get install openbsd-inetd
sudo apt-get intstall telnetd
sudo /etc/init.d/openbsd-inetd restart
# 查看 telnet服务是否开启
sudo netstat -a | grep telnet
  • telnet登陆
# telnet address
telnet 192.168.x.x

Linux系列

猜你喜欢

转载自blog.csdn.net/zxc024000/article/details/81272714