Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of passing password to ssh/scp command in bash script

2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the method of passing the password to the ssh/scp command in the bash script, which is very detailed and has a certain reference value. Interested friends must read it!

Sshspass is a very useful tool for running ssh authentication in non-interactive mode. With sshspass, the password of the ssh or scp command can be used without interaction, which helps to use the password in shell scripts. We recommend using key-based authentication instead of using it.

Install SSHPASS

For most of the latest operating systems, the sshpass package is available in the default package repository. You can install it on the system using the following command.

On Debian:

$sudo apt install sshpass

On CentOS:

$yum-- enablerepo = epel-y install sshpass

Use SSHPASS

Sshspass uses the sshspass environment variable to store user passwords. You need to first use the sshspass variable and password, and then use this command. Here is a simple shell script that uses sshspass.

Export SSHPASS=ry3AvbWO0oupYX9HCMzp0Axxsshpass-e scp testfile.csv user@example.com:/uploads/

You can also use sshpass to run the ssh command, as follows

Sshpass-e ssh user@example.com above is all the contents of the method of passing the password to the ssh/scp command in the bash script. Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report