Displaying 1 result from an estimated 1 matches for "userhost".
Did you mean:
user_host
2003 Dec 20
2
[Bug 777] sftp can't be used with s/key
...ion: -current
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: sftp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: admorten at umich.edu
In sftp.c, the code searches for a colon in the userhost string before parsing
out the host and the user name. The colon should separate the host from the file
to be retrieved, if specified, but because the colon is looked for first, and is
replaced with a NUL, everything before the colon is interpreted to be the
hostname. So:
sftp user:skey at host.com...