Displaying 1 result from an estimated 1 matches for "kennybobs".
2013 Feb 03
6
[Bug 2068] New: ssh-copy-id cannot handle spaces in usernames
...classified
Product: Portable OpenSSH
Version: 5.9p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: ssh-add
Assignee: unassigned-bugs at mindrot.org
Reporter: kennybobs at o2.co.uk
If a username has a space in it, ssh-copy-id cannot handle it, unless
it's in a non-obvious way. ssh itself has no problem with spaces.
$ ssh-copy-id "User name"@server
ssh: Could not resolve hostname User: Name or service not known
$ ssh-copy-id "User\ name"@s...