Bug 1173463 - scp failed when copying a directory with colon(:)
Summary: scp failed when copying a directory with colon(:)
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Hans Petter Jansson
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-29 10:16 UTC by jun wang
Modified: 2020-08-20 14:07 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jun wang 2020-06-29 10:16:20 UTC
Reproducer:
===========

$ scp -r S<tab>USE\:Maintenance\:15520\:221083/ jgwang@ip_address:
ssh: Could not resolve hostname suse: Name or service not known

$ scp -r ./S<tab>USE\:Maintenance\:15520\:221083/ jgwang@ip_address:
[works well]

I think it should work well, but it output a weird error.