isunty
首页
Linux
Rocky
Ubuntu
Centos
Sunty
累计撰写
29
篇文章
累计收获
12
个点赞
累计收获
2688
次访问
导航
首页
Linux
Rocky
Ubuntu
Centos
目录
isunty
断 舍 离
标签
SSH
Centos7登录配置
Centos7登录配置 禁止账号密码登录 多开几个终端,修改ssh配置文件 vim /etc/ssh/sshd_config PasswordAuthentication yes PermitRootLogin without-password ChallengeResponseAuthentica
2024-03-14 13:59
44
0
0
28.4℃
Centos
集群SSH免密
集群SSH免密 编辑SSH脚本 创建免密脚本目录 mkdir /root/sshfree cd /root/sshfree 写入脚本 vim sshcopy.sh #!/usr/bin/env bash basepath=$(cd $(dirname $0 ; pwd)) FILENAME=$1
2024-03-14 13:53
73
0
0
31.3℃
Centos
SSH反向隧道
SSH反向隧道 描述:有一台服务器(IP:20.0.2.114),该服务器(IP:20.0.2.114)中有一台虚拟机(IP:192.168.123.1),实现在电脑上执行命令:ssh 20.0.2.114:18822 即可ssh登录到虚拟机(IP:192.168.123.1)。 设置永久生效的SS
2024-03-14 09:08
87
0
0
32.7℃
Centos
弹