51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

云服务器

站长工具 以及野兔在线工具系统 安装(thinkphp 转 nginx) tool

站长工具 以及野兔在线工具系统 安装(thinkphp 转 nginx) tool

厉飞雨 阅读(127) 评论(0) 赞(6)

我以windows 为例: 首先下载 一个 工具 nginx , 我用的 是小皮 https://www.xp.cn/ (官网下载地址) 安装教程: 1. 先准备两个域名,一个做前台用一个做后台用的,二级域名也可以,例如:前台用 tool.baidu.com 后台用 admin.baidu.com 2. 无需数据库安装环境 Nginx+php7.4 3. 下载源码解...

SSH免交互expect

SSH免交互expect

厉飞雨 阅读(69) 评论(0) 赞(3)

1.安装expect [root@m01 ~]# yum install -y expect 2.编写expect脚本 #!/usr/bin/expect set ip 10.0.0.51 set pass 123456 set timeout 30 spawn https://51tbox.com/ root@$i...

ssh免交互sshpass

ssh免交互sshpass

厉飞雨 阅读(69) 评论(0) 赞(9)

1.安装[sshpass](https://51tbox.com/ "View all posts in sshpass") [root@m01 ~]# yum install -y sshpass 2.使用sshpass命令 [root@m01 ~]# sshpass -p 123456 ssh root@10.0.0.51 ...

证书的方式获取子域名

证书的方式获取子域名

厉飞雨 阅读(58) 评论(0) 赞(6)

![](http://static.51tbox.com/static/2024-08-29/col/3fe1c10fe33f083c18799dfad025efc9/69a7eeee6c9241a19c0da228bcc405ea.png.jpg) ![](http://static.51tbox.com/static/2024-08-29/col/3fe1c10fe33f...

SSH安全优化(linux ssh 优化)/etc/ssh/sshd_config

SSH安全优化(linux ssh 优化)/etc/ssh/sshd_config

厉飞雨 阅读(88) 评论(0) 赞(9)

\*SSH作为远程连接服务,通常我们需要考虑到该服务的安全,所以需要对该服务进行安全方面的配置。 1.更改远程连接登陆的端口 2.禁止ROOT管理员直接登录 3.密码认证方式改为密钥认证 4.重要服务不使用公网IP地址 5.使用防火墙限制来源IP地址\* ![](http://static.51tbox.com/static/2024-08-29/col/...

SSH场景实践

SSH场景实践

厉飞雨 阅读(77) 评论(0) 赞(6)

\*实践场景,用户通过Windows/MAC/Linux客户端连接跳板机免密码登录,跳板机连接后端无外网的Linux主机实现免密登录,架构图如下。 实践多用户登陆一台服务器无密码 实践单用户登陆多台服务器免密码\* ![](http://static.51tbox.com/static/2024-08-29/col/1da2e63afedfaa6c939c3b1148...