Bugzilla – Bug 1173463
scp failed when copying a directory with colon(:)
Last modified: 2020-08-20 14:07:03 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.