我还没有用谷歌找到关于此问题的任何明确答案。
答案似乎是不,但在继续做这件事之前我需要确定一下。
是否ssh-copy-id
会将密钥附加到authorized_keys
先前的密钥或覆盖先前的密钥?
谢谢。
附录:
所以答案就在手册页。 去搞清楚。
我想这个问题至少可以帮助像我这样的 Google 爱好者,他们有点习惯于通过 Google 搜索和查找教程(这些教程通常会用外行人能理解的语言为我们这些一生只使用过 Windows 的可怜人解释事情)。
答案1
答案2
By default it adds the keys by appending them to the remote
user's ~/.ssh/authorized_keys (creating the file, and directory, if necessary).