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.
端末で scp を実行するときにパスワードを 1 行に入力したい
scp user1@xxx.xxx.x.5:sys_config /var/www/dev/
sshpass の使用が最適です。scp にパスワードを含めるには、「 」を使用します。
scp user1:'password'@xxx.xxx.x.5:sys_config /var/www/dev/