Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将我的公共 ssh 密钥放在数百台计算机上。通常我只是做“ssh-copy-id remoteHost001”然后输入我的密码。显然,重新输入我的密码一百次很痛苦。将我的公钥放在数百台计算机上而不会将我的手指放在小块上的最简单方法是什么?
ssh 命令不为密码提供命令行参数,以防止用户硬脚本化他们的密码。您可以使用此技巧或此技巧将密码自动传递给命令。