linux免登陆
文章目录
ssh介绍
安装 ssh
|
|
ssh 设置开机启动
|
|
linux 免登陆踩坑
首先 要确保 你的linux 服务器要开启 公钥支持,你才能用免登陆的功能
|
|
上述工作建立在:/etc/ssh/sshd_config
中有下面两项的情况下,如果没有,请使用root账户添加或修改。
- RSAAuthentication yes
- PubkeyAuthentication yes
本地生成 id_rsa 公钥
记住,要 4096的长度
|
|
将 我的 id_rsa_linux.pub 的公钥 发到 服务器 的 .ssh 目录上面去
然后 将 .pub 追加到 authorized_keys 文件里面
我 连接 ssh 的时候 我 Windows 会使用公钥的
windows 的 .ssh/config 内容如下配置
|
|
|
|
文章作者 LYR
上次更新 2021-08-17