| Summary: | scp bug with computer names | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | John W. Nicholson <johnw.nicholson> |
| Component: | scp | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 3.6.1p2 | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
John W. Nicholson
2004-04-24 17:01:34 AEST
I don't follow what you're trying to do. Are you trying to copy into a directory named "192.168.1.2:" ? I think what he's trying (perhaps inadvertantly?) is to copy between two machines. I took a spin through the linked reading material on Fedora's support forums (I'm REALLY bored tonight). scp host1:/foo host2:/foo2 is functionally equivalent to ssh host1 "scp /foo host2:/foo". That will work if you're using keying or kerberos, but not regular interactive password. No reply == closed bug. If you're trying to copy to or from a local filesystem use either of: $ scp /local/path/to/file remotehost:/remote/path or $ scp remotehost:/remote/path /local/path/to/file If that's not what you're trying to do them please elaborate. Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |