gpt4 book ai didi

linux - ssh通行证安全吗?

转载 作者:太空宇宙 更新时间:2023-11-04 05:55:03 29 4
gpt4 key购买 nike

我正在编写一个脚本来自动跨多个 Linux 系统运行特定命令。我将使用类似的东西:

read -s "Enter password" ANS
sshpass -p $ANS ssh server "some command"

这会存在安全问题吗?

最佳答案

系统上使用 ps 命令的任何其他人都可以看到您的密码和任何其他命令行参数。更好的选择是使用基于 SSH key 的登录? Official Doc

关于linux - ssh通行证安全吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49908833/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com