![]() |
|
|
|||||||
![]() |
Computer Security - OpenSSH on Windows Syntax question. |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Hi all, This is my first posting and I have a newbie question please bear with me. I have successfully installed OpenSSH(on my second domain controller) and now I am trying to add a user to the passwd file. The environment is a Windows 2003R2 domain with two domain controllers and the user is a domain user. The network is working fine and the two servers have no problems talking to each other. The two problems I have are, 1. The user I am trying to add is a Windows domain user 2. The username has a space in between the first name and last name. The syntax I used is as following from the command line C:\Program Files\OpenSSH\bin>mkpasswd -d -u test user >> ..\etc\passwd After a few seconds........ I get the below, mkpasswd: [2453] Could not find domain controller for this domain. I am pretty much aware that this is a syntax problem but I cant seem to find any answers especially with regards to this on the net. Thanks in advance cheers Ravin P ------------------------------------------------------------------------ View this thread: http://www.wirelessforums.org/showthread.php?t=37034 http://www.wirelessforums.org perr |
|
|
|
|
#2 |
|
Posts: n/a
|
perr <> writes:
> Hi all, > This is my first posting and I have a newbie question please bear with > me. I have successfully installed OpenSSH(on my second domain > controller) and now I am trying to add a user to the passwd file. The > environment is a Windows 2003R2 domain with two domain controllers and > the user is a domain user. The network is working fine and the two > servers have no problems talking to each other. > The two problems I have are, > 1. The user I am trying to add is a Windows domain user > 2. The username has a space in between the first name and last name. > The syntax I used is as following from the command line > C:\Program Files\OpenSSH\bin>mkpasswd -d -u test user >> ..\etc\passwd > > After a few seconds........ I get the below, > > mkpasswd: [2453] Could not find domain controller for this domain. > > I am pretty much aware that this is a syntax problem but I cant seem to > find any answers especially with regards to this on the net. Thanks in > advance Hi Ravin, To deal with the space (ugh) in the username, either wrap the argument in double or single quotes "like this" or 'like this' or prepend a backslash to the space to "escape" the space so the command processor doesn't see it as an argument separator: like\ this This is not an ssh trick, it's a general command processor/shell dealio. There is an ssh newsgroup that'll be more focused to your concerns for follow on questions, for what it's worth: comp.security.ssh Best Regards, -- Todd H. http://www.toddh.net/ Todd H. |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Reset / Recover Forgotten Windows NT / 2000 / XP / 2003 Administrator Password | wskaihd | Software | 2 | 11-17-2009 02:01 AM |
| How to activate Remote Assistance with XP using Windows Live Messenger | Oziisr | General Help Related Topics | 0 | 02-01-2008 04:45 PM |
| Computer Security | aldrich.chappel.com.use@gmail.com | A+ Certification | 0 | 11-27-2007 02:11 AM |
| MCITP: Enterprise Support Technician | MileHighWelch | MCITP | 1 | 06-19-2007 10:25 PM |
| Re: Question about MS critical updates | John Coode | A+ Certification | 0 | 06-30-2004 06:08 PM |