Re: Sending Windows Command in SSH from Unix
- From: Steven Hollingsworth <steven@xxxxxxxx>
- Date: Fri, 1 Jun 2007 05:55:11 -0700
On Wed, May 30, 2007 at 03:46:05PM +0800, Hariram, Sankarlal wrote:
[snip]
And following is my command and the verbose log.
$ ssh -i /mrs/home/mrsop/.ssh/zmis_rsa -v ssh@windowsbox cmd /C rename
C:/ssh/first.txt second.txt
Hi Sankar... have you tried putting single or double quotes around the
windows command?
ssh -i /mrs/home/mrsop/.ssh/zmis_rsa -v ssh@windowsbox "cmd /C rename
C:/ssh/first.txt second.txt"
Also, what package are you using to run sshd on a windows box?
~ stevo
- Prev by Date: RE: RE : RE : X11Forwarding problem on Solaris.
- Next by Date: Privilege separation user sshd does not exist
- Previous by thread: RE: RE : RE : X11Forwarding problem on Solaris.
- Next by thread: Privilege separation user sshd does not exist
- Index(es):