I want to issue window's DOS commands like "dir, cp, del..."
on a remote Windows XP machine.
I have installed OPENSSH on the remote windows machine
and trying to use the Net SSH.
I cannot get any of the DOS commands to work on the remote machine.
I want to issue window's DOS commands like "dir, cp, del..."
on a remote Windows XP machine.
I have installed OPENSSH on the remote windows machine
and trying to use the Net SSH.
I cannot get any of the DOS commands to work on the remote machine.
Any help ???
Thanks
Saritha
what is your source(current) machine is it linux or windows ?
I want to issue window's DOS commands like "dir, cp, del..."
on a remote Windows XP machine.
I have installed OPENSSH on the remote windows machine
and trying to use the Net SSH.
I cannot get any of the DOS commands to work on the remote machine.
I want to issue window's DOS commands like "dir, cp, del..."
on a remote Windows XP machine.
I have installed OPENSSH on the remote windows machine
and trying to use the Net SSH.
I cannot get any of the DOS commands to work on the remote machine.
Any help ???
Thanks
Saritha
what is your source(current) machine is it linux or windows ?
psexec \\192.168.0.1 -u administrator -p password cmd.exe /c dir
Regards,
Park Heesob
Thanks Park !
Can Net SSH be used if OPENSSH is installed for windows ?
since I'm using ruby Net SSH for issuing commands on remote linux
machines.
Is there any utility in ruby to issue command on remote windows machine.
psexec \\192.168.0.1 -u administrator -p password cmd.exe /c dir
Regards,
Park Heesob
Thanks Park !
Can Net SSH be used if OPENSSH is installed for windows ?
since I'm using ruby Net SSH for issuing commands on remote linux
machines.
Is there any utility in ruby to issue command on remote windows machine.
Sure can
the only question is what shell you will use than! SSH is only the
transport layer, the application layer still is a different story.
I guess this is often forgotten when using it between 2 Linux boxes as
the application layers are so obviously compatible...
However if you installed openSSH with cygwin your shell should be bash
would this do? IIRC there is nothing DOS can do what bash cannot.
Sure can
the only question is what shell you will use than! SSH is only the
transport layer, the application layer still is a different story.
I guess this is often forgotten when using it between 2 Linux boxes as
the application layers are so obviously compatible...
However if you installed openSSH with cygwin your shell should be bash
would this do? IIRC there is nothing DOS can do what bash cannot.
HTH
Robert
--
C'est v�ritablement utile puisque c'est joli.
Antoine de Saint Exup�ry
I have done as quoted by Park.
My ssh.exec! is not recognized.
Here is the error I get.
Opened Connection to
10.10.12.21c:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/session.rb:199:in
`method_missing'
: undefined method `exec!' for #<Net::SSH::Session:0x34ad4d8>
(NoMethodError)
···
On Tue, Oct 14, 2008 at 5:33 PM, Saritha Yeddula > <syeddula@codegreennetworks.com> wrote:
On Tue, Oct 14, 2008 at 5:33 PM, Saritha Yeddula >> <syeddula@codegreennetworks.com> wrote:
Sure can
the only question is what shell you will use than! SSH is only the
transport layer, the application layer still is a different story.
I guess this is often forgotten when using it between 2 Linux boxes as
the application layers are so obviously compatible...
However if you installed openSSH with cygwin your shell should be bash
would this do? IIRC there is nothing DOS can do what bash cannot.
HTH
Robert
--
C'est v�ritablement utile puisque c'est joli.
Antoine de Saint Exup�ry
I have done as quoted by Park.
My ssh.exec! is not recognized.
Here is the error I get.
Opened Connection to
10.10.12.21c:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/session.rb:199:in
`method_missing'
: undefined method `exec!' for #<Net::SSH::Session:0x34ad4d8>
(NoMethodError)