xshell

作者: 我竟无言以对_1202 | 来源:发表于2019-05-23 15:41 被阅读0次

xshell:远程连接工具,可以远程连接到服务器

网络服务配置:

  1. 关闭防火墙,立即生效:service iptables stop
  2. 设置防火墙开机不启动,重启生效:chkonfig iptables off
  3. 开启远程连接服务:service sshd start
  4. 设置远程连接服务开机自启动:chkconfig sshd on

使用:

  1. 查询ip地址:ifconfig
  2. 打开xshell,点击“新建”按钮
  3. 在主机输入框输入ip地址,点击确定
  4. 点击“接受并保存”-“输入用户名”-“输入密码”

相关文章

网友评论

      本文标题:xshell

      本文链接:https://www.haomeiwen.com/subject/kbcbzqtx.html