Files
doc/ssh公私钥配置.md
2025-10-16 11:10:40 +08:00

8 lines
383 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 配置ssh密钥快速指南
配置密钥可以实现快速登录就是了
运行监听tls证书的脚本pod会初始化ssh公私钥
将公钥复制到被连接服务器对应用户的.ssh/authorized_key里面保存
**重点**
需要进入该pod手动进行一次ssh连接目的是接受并保存指纹信息脚本自动监听并没有这个机制但是这是必须的