03 2019 档案
摘要:1、paramiko自动登录网络设备抓取配置信息 # !/usr/bin/env python # -*- coding:utf-8 -*- import paramiko ssh = paramiko.SSHClient() ssh.set_missing_host_key_policy(para
阅读全文
摘要:1、loganalyzer服务器搭建[root@localhost ~]# getenforce #查看selinux是否关闭[root@localhost ~]# setenforce 0 #临时关闭;修改配置文件/etc/selinux/config,将其中SELINUX设置为disabled(
阅读全文