03 2020 档案
linux 服务器配置ssh白名单 只允许堡垒机登陆ssh
摘要:vi /etc/hosts.allow sshd:192.168.7.x:allow #单个ip(堡垒机) sshd:192.168.7.0/255.255.248.0:allow #一个网段的 vi /etc/hosts.deny sshd:all:deny systemctl restart s 阅读全文
posted @ 2020-03-16 15:15 非凡8928 阅读(2821) 评论(0) 推荐(0)
esxi 6.5版本顺滑升级6.7版本
摘要:1.首先登陆my.vmware.com下载升级包。 2.将升级包上传esxi 3.开启ssh并登陆 4.执行,xxxx为实际路径及包版本 esxcli software sources profile list -d /vmfs/volumes/xxxxxxxxxxxxxx/ESXi670-xxxx 阅读全文
posted @ 2020-03-16 13:12 非凡8928 阅读(4964) 评论(2) 推荐(0)