51工具盒子

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

云服务器

腾讯云ssh 登录

腾讯云ssh 登录

厉飞雨 阅读(501) 评论(0) 赞(19)

<p>腾讯云总是 * SSH connection failed: connect ECONNREFUSE</p> <p>很久没有登录这个服务器了,发现 root 密码不能 界面复制了, 又重置了密码。</p> <p>然后root还是不能登录, 百度了一下</p> <p>找到了解决方案:<...

ubuntu 命令

ubuntu 命令

厉飞雨 阅读(502) 评论(0) 赞(20)

ubuntu 常用命令 Ubuntu 20.04.1 LTS (1) 安装软件 apt-get -y install openjdk-11-jdk-headless (2) 卸载软件: apt-get remove (3)重启网卡 ip link set eth1 down && ip link set eth1 up ...

ubuntu /etc/ssh/sshd_config 没有

ubuntu /etc/ssh/sshd_config 没有

厉飞雨 阅读(325) 评论(0) 赞(16)

乌班图 没有 ubuntu /etc/ssh/sshd_config 没有 ### (1) apt-get update ![](http://static.51tbox.com/static/2024-08-29/col/f89c37d4d9e2dd257ac7d65be9faaf6b/e6d90d96ace44e2cae7b18105e180602.png.j...

Ubuntu服务器配置镜像源

Ubuntu服务器配置镜像源

厉飞雨 阅读(455) 评论(0) 赞(20)

Ubuntu服务器配置镜像源 {#articleContentId} ================================== (1) sudo vim /etc/apt/sources.list 第二步:输入以下镜像源 # 腾讯云的镜像源 deb http://mirrors.tencentyun.com/ubun...

ubuntu安装-24.04

ubuntu安装-24.04

厉飞雨 阅读(281) 评论(0) 赞(17)

<p>ubuntu安装 ubuntu-20.04.1-live-server-amd64</p> <p>https://www.cnblogs.com/kirin365/articles/16335482.html</p> <p>Ubuntu 24.04 (2024年5月10日 最新的)</p> <p...

Window系统下如何生成ssh key

Window系统下如何生成ssh key

厉飞雨 阅读(405) 评论(0) 赞(17)

<h1>Window系统下如何生成ssh key {#articleContentId}</h1> <p>找到 git bash</p> <p><img src="http://static.51tbox.com/static/2024-08-29/col/e9f85a72fe883e7d6ea4724...

ansible免密登录ssh 实现步骤(实操)

ansible免密登录ssh 实现步骤(实操)

厉飞雨 阅读(435) 评论(0) 赞(17)

<h1>ansible免密登录 {#articleContentId}</h1> <p>需求: 管理机 批量 推送到 被管理机</p> <p>以root用户登录到主控端机器,ssh-keygen生成密钥对,通过ssh-copy-id 远程主机,将公钥拷贝到远程主机</p> <p>ssh-copy...