similar to: scp reject remote users with space in username

Displaying 20 results from an estimated 10000 matches similar to: "scp reject remote users with space in username"

2001 Feb 08
1
username check in scp
Hi a fellow debian developer pointed it out to me, that ssh itself does not check the username that is provided for login into a remote host, but that scp checks it. I could verify that the current openssh code from cvs still has a check for the username in scp.c but not in ssh.c. So I created the attached small patch to remove the username check from scp. I hope ?t's correct and that you
2012 Mar 06
1
Invalid user name: function okname() in scp.c
Hi OpenSSH developers In the source file *scp.c* there is a function called *okname(char *cp0)* that validates the entered username by using the scp command as follows: * *[ Fragment scp.c start ] ... int okname(char *cp0) { int c; char *cp; cp = cp0; do { c = (int)*cp; if (c & 0200) goto bad; if (!isalpha(c) &&
2002 Apr 12
1
scp.c::okname() problem
Why does the local scp determine what characters are valid in a remote host userid? A friend of mine just had his ISP convert him to using a userid of the form 'user#isp-acct' (eg, "ssh -l 'joe#foo.org' foo.org" is used to login). The OpenSSH ssh and sftp commands both allow this form of userid. However, it seems that scp has its very own idea of what characters are
2006 Feb 26
2
[Bug 1164] scp with spaces username no longer works
http://bugzilla.mindrot.org/show_bug.cgi?id=1164 Summary: scp with spaces username no longer works Product: Portable OpenSSH Version: 4.3p2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: bitbucket at mindrot.org ReportedBy: dtucker at
2011 Sep 06
2
[Bug 1164] scp with spaces username no longer works
https://bugzilla.mindrot.org/show_bug.cgi?id=1164 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |1930 --- Comment #4 from Damien Miller <djm at mindrot.org> 2011-09-06 10:34:22 EST --- Retarget unresolved
2010 Mar 15
0
Allow utf-8 usernames in scp
Hello, scp(1) doesn't allow copying files to a remote host with a username containing utf-8 characters. It just returns "invalid user name". While traditionally usernames were restricted to printable us-ascii, nowadays there's little problem in allowing them. In fact, it is allowed by ssh, and even scp when copying _from_ such username. The limitation seems to lie on the if
2013 Jul 25
1
[Bug 1164] scp with spaces username no longer works
https://bugzilla.mindrot.org/show_bug.cgi?id=1164 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2130 --- Comment #12 from Damien Miller <djm at mindrot.org> --- Retarget to openssh-6.4 -- You are
2000 Oct 11
2
scp -L option
Hi there, I have a need to have scp pass the -P option to ssh to "bypass" the packetfilters that doesn't allow connections to return to arbitary "priviledged" ports, ie. ports <1024. See attached context sensitive diffs against 2.2.0p1 to please integrate. Thanx Hendrik Visage -------------- next part -------------- *** 1.1 2000/10/11 13:31:45 --- scp.c 2000/10/11
2003 Feb 01
0
[Bug 483] New: scp issues "invalid user name" for a user name containing a blank
http://bugzilla.mindrot.org/show_bug.cgi?id=483 Summary: scp issues "invalid user name" for a user name containing a blank Product: Portable OpenSSH Version: 3.5p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo:
2014 Feb 05
0
[Bug 1164] scp with spaces username no longer works
https://bugzilla.mindrot.org/show_bug.cgi?id=1164 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2188 --- Comment #14 from Damien Miller <djm at mindrot.org> --- Retarget incomplete bugs / feature requests
2014 Apr 12
0
[Bug 1164] scp with spaces username no longer works
https://bugzilla.mindrot.org/show_bug.cgi?id=1164 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2226 --- Comment #16 from Damien Miller <djm at mindrot.org> --- Retarget to 6.7 release, since 6.6 was mostly
2014 Aug 29
0
[Bug 1164] scp with spaces username no longer works
https://bugzilla.mindrot.org/show_bug.cgi?id=1164 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2266 --- Comment #18 from Damien Miller <djm at mindrot.org> --- Retarget incomplete bugs to 6.8 release. --
2015 Mar 02
0
[Bug 1164] scp with spaces username no longer works
https://bugzilla.mindrot.org/show_bug.cgi?id=1164 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|2266 | --- Comment #20 from Damien Miller <djm at mindrot.org> --- OpenSSH 6.8 is approaching release and closed for
2015 Mar 02
0
[Bug 1164] scp with spaces username no longer works
https://bugzilla.mindrot.org/show_bug.cgi?id=1164 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2360 --- Comment #21 from Damien Miller <djm at mindrot.org> --- Retarget to 6.9 -- You are receiving this
2015 Aug 12
0
[Bug 1164] scp with spaces username no longer works
https://bugzilla.mindrot.org/show_bug.cgi?id=1164 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2443 --- Comment #22 from Damien Miller <djm at mindrot.org> --- Move unfinished bugs from 6.9 (how did I miss
2015 Aug 21
0
[Bug 1164] scp with spaces username no longer works
https://bugzilla.mindrot.org/show_bug.cgi?id=1164 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2451 Referenced Bugs: https://bugzilla.mindrot.org/show_bug.cgi?id=2451 [Bug 2451] Bugs intended to be fixed in
2015 Aug 21
0
[Bug 1164] scp with spaces username no longer works
https://bugzilla.mindrot.org/show_bug.cgi?id=1164 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|2443 | Referenced Bugs: https://bugzilla.mindrot.org/show_bug.cgi?id=2443 [Bug 2443] Bugs intended to be fixed for
2016 Feb 26
0
[Bug 1164] scp with spaces username no longer works
https://bugzilla.mindrot.org/show_bug.cgi?id=1164 --- Comment #23 from Damien Miller <djm at mindrot.org> --- Retarget to openssh-7.3 -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the reporter of the bug. You are watching the assignee of the bug.
2016 Feb 26
0
[Bug 1164] scp with spaces username no longer works
https://bugzilla.mindrot.org/show_bug.cgi?id=1164 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2543 Referenced Bugs: https://bugzilla.mindrot.org/show_bug.cgi?id=2543 [Bug 2543] Tracking bug for OpenSSH 7.3
2016 Feb 26
0
[Bug 1164] scp with spaces username no longer works
https://bugzilla.mindrot.org/show_bug.cgi?id=1164 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|2451 | --- Comment #24 from Damien Miller <djm at mindrot.org> --- Retarget to openssh-7.3 Referenced Bugs: