'#' in usernames with scp
Peter Stuge
peter at stuge.se
Sat Apr 11 09:16:48 EST 2009
Christopher Key wrote:
> Firstly, why do ssh and scp behave differently?
This is a guess, but because scp must execute a shell on the server I
can see that it has to have some limitations. Also, the SCP protocol
(really RCP protocol) is very old.
It could also be a bug because of how scp executes ssh. What happens
if you exhaust all methods available for specifying usernames?
//Peter
More information about the openssh-unix-dev
mailing list