The shell enters the required user name or password through EOF in the script

Source: Internet
Author: User

The landlord encountered a scene like this:

Execute a script locally, log on to the server, but the login server requires a password to implement the password manually in the script

The function of EOF can be achieved by:

ssh  [Email protected] 192.168. 1.110  << eofpasswordeof

This enables the server to be logged in the script.

If root permission is required in the server and sudo needs to enter a password, this is the time to do so:

sudo  chmod 777 Test << eofpasswordeof

A second example:

#/bin/Basshva=123"input a value:" va <<! EOF Echo $va

The value of this output is: Hello world!

The shell enters the required user name or password through EOF in the script

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.