gpt4 book ai didi

linux - 在 Bash 脚本中嵌入密码

转载 作者:太空宇宙 更新时间:2023-11-04 12:35:24 25 4
gpt4 key购买 nike

我正在运行一个测试脚本,其中需要将文件复制到目标嵌入式系统。但是当从脚本运行将文件复制到远程目标系统的命令时,系统提示我输入目标板的管理员密码。我怎样才能使脚本自动化,使脚本自己选择密码(从脚本中),而不必每次运行脚本时都手动输入密码。

脚本片段如下:

scp test.file1 <Target ip-address>:/home/bot21/test/.

Password is prompted when the above command is run.

最佳答案

正确的方法是使用基于 key 的身份验证。 Read about it here .

如果该链接曾经中断,只需用谷歌搜索:“ssh passwordless”或“ssh key authentication”。尽管有 Toby 的评论,但我认为链接到或指导如何自己搜索它比重复别人能比我说得更好、更深入的话要好。

关于linux - 在 Bash 脚本中嵌入密码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42020691/

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