centos7用的firewalld

1、firewalld的基本使用
启动: systemctl start firewalld
关闭: systemctl stop firewalld
查看状态: systemctl status firewalld 
开机禁用  : systemctl disable firewalld
开机启用  : systemctl enable firewalld

xshell的使用

1.下载xshell安装
2.设置需要连接的主机的IP地址
3.若果对面设置账号和用户名 则属需要在xshell身份验证

使用xshell上传文件到linux (小技巧)
拖动需要的文件到xshell窗口,必须确保linux关闭了防火墙和安装上传插件lrzsz
没有则通过yum install lrzsz安装
rz上传 sz下载 上传默认是当前目录

 python的第三方库也是ssh连接

paramiko 详情  https://www.cnblogs.com/wupeiqi/articles/5501365.html

相关文章:

  • 2022-02-08
  • 2021-07-19
  • 2021-09-23
  • 2021-11-18
  • 2021-11-18
  • 2021-11-18
  • 2021-11-18
猜你喜欢
  • 2021-05-06
  • 2021-11-18
  • 2022-12-23
  • 2021-11-28
  • 2021-10-21
  • 2021-08-29
相关资源
相似解决方案