jenkins配置ssh
<p>jenkins 配置git 的时候,会出现无权限的问题</p> <p><img src="http://static.51tbox.com/static/2024-08-29/col/f7f9e354a75f1b1cf0e55f4ca93365cf/943f7131249c4c69b3eb3d14e1bb1173.png...
51工具盒子
<p>jenkins 配置git 的时候,会出现无权限的问题</p> <p><img src="http://static.51tbox.com/static/2024-08-29/col/f7f9e354a75f1b1cf0e55f4ca93365cf/943f7131249c4c69b3eb3d14e1bb1173.png...
<p>腾讯云总是 * SSH connection failed: connect ECONNREFUSE</p> <p>很久没有登录这个服务器了,发现 root 密码不能 界面复制了, 又重置了密码。</p> <p>然后root还是不能登录, 百度了一下</p> <p>找到了解决方案:<...
<h1>Window系统下如何生成ssh key {#articleContentId}</h1> <p>找到 git bash</p> <p><img src="http://static.51tbox.com/static/2024-08-29/col/e9f85a72fe883e7d6ea4724...
<h1>ansible免密登录 {#articleContentId}</h1> <p>需求: 管理机 批量 推送到 被管理机</p> <p>以root用户登录到主控端机器,ssh-keygen生成密钥对,通过ssh-copy-id 远程主机,将公钥拷贝到远程主机</p> <p>ssh-copy...
ssh_config和sshd_config都是ssh服务器的配置文件, 二者区别在于,**前者是针对客户端的配置文件,后者则是针对服务端的配置文件**。 两个配置文件都允许你通过设置不同的选项来改变客户端程序的运行方式。 如何修改ssh 默认登录端口 , 如何禁用root 登录服务器 这个需要修改 服务端的 sshd_config
linux管道命令  "\|"是Linux管道命令操作符,简称管道符。使用此管道符"\|&quo...
<p>lsmod命令用来列出当 前系统加载的模块,可以当作<strong>硬件模块浏览器</strong>。</p> <pre><code>lsmod |egrep 'filter|nat|ipt' </code></pre> <p>查看CPU信息: ca...
Linux服务管理的两种方式[systemctl](https://51tbox.com/ "View all posts in systemctl") (centos7) 和 [service](https://51tbox.com/ "View all posts in service") (centos6) **systemctl...
WEB01配置server \[root@web01 conf.d\]# cat admin.conf server { listen 80; server_name admin.baimei.com; location / { root /code/admin; index index.php index.html; } location \...
<p>在 Linux/Unix 操作系统中,一切都是文件,甚至目录也是文件,文件是文件,鼠标、键盘、打印机等设备也是文件。这篇文章,我们将一起学习 Linux 中的目录结构。</p> <h1>Linux 的文件类型 {#Linux-的文件类型}</h1> <p>Linux系统中的文件系统,一般分为 3种类型:</...