Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8548687
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T13:33:07+00:00 2026-06-11T13:33:07+00:00

I would like to automate a bash script, that connects to server using sftp

  • 0

I would like to automate a bash script, that connects to server using sftp and does a file transfer. I have the password for this, and initially I tried for this

sftp $acc@$host << EOF
<passwd_here>
cd $dir
get $file
quit
EOF

but it still prompted for password, and I had to enter it manually at the prompt.

After searching SO, I found this post which had a solution with expect, which I tried and I got the following error:

Script:

sftp -b cmdfile.txt $acc@$host
expect "Password:"
send "<passwd>\n";
interact

Error:

Permission denied (publickey,keyboard-interactive).

cmdfile.txt

cd $dir
get $file
quit

Please let me know, How to connect using the password in a bash script?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T13:33:08+00:00Added an answer on June 11, 2026 at 1:33 pm

    With scp/sftp you should use key-based authentication. Public key from the user you want to authenticate copy into ~/.ssh/authorized_keys file on the server, into home directory of user on which you want log on. Storing password in clear text on client side is not a good practice, you know 🙂 That way you “workaround” problem of reading password from the prompt too.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to automate some common tasks that I do using Visual Studio
We have a servlet that we post a zip file to. I would like
I would like to automate script generation (in SSMS --> Tasks --> Generate Scripts)
I have a small task I would like to automate with Autohotkey and it
I have a class with properties that I would like to set values from
I would like to automate the deployment of Postsharp that's why I would like
I have a process I would like to automate, but I am not very
I would like to have a desktop shortcut open cygwin so that I can
I am developing an iphone app using xcode. I would like to automate the
I have a couple simple rake tasks hosted at github that I would like

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.