FG
💻 Software

Unable to use scp with a bash alias

Fresh6 days ago
Mar 15, 202616033 views
Confidence Score0%
0%

Problem

This code does not work: The alias is: How do I solve this problem? Edit Is something similar to the following code possible, like running many instances of ? I did not get the above code to work.

Error Output

scp ~/Desktop/favicon.ico nameOfBashAlias:/public_html/mySite/templates/blog/

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Unable to use scp with a bash alias

Low Risk

I wouldn't recommend using a Bash alias for what you are trying to accomplish. You can just enter all the information into SSH's config file and be done with it. Read the man page for if you are curious where these come from. You can do some neat th…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment