Re: How to call rsh from Applet to remote host
- From: Ashutosh <ashutosh.juneja@xxxxxxxxx>
- Date: 31 May 2007 02:45:47 -0700
Hi Richard,
Thanks for the info.
I want to use this applet in Intranet i.e within my office network.
My major concern is whether using Applet will serve my purpose. As i
have to execute remote scripts in many remote machines and collect and
display their result in one Client Applet.
Can this be possible? Is SSH a better option?
Regards,
Ashutosh
On May 31, 5:01 am, "Richard Maher" <maher...@xxxxxxxxxxxxxxxxxx>
wrote:
Hi Oliver,
Note, in case you're unaware, that the RSH protocol is not a secure
one (everything is sent unencrypted, from what I understand), and that any
services that your applet can connect, end-users (and "hackers") can
directly connect to as well.
I don't know if Ashutosh is in an Intranet or Interenet situation but either
way couldn't IPsec or VPNs be of some use here? (If he is dealing with
unknown client addresses coming in over the internet then, obviously, I
agree with you.)
Cheers Richard Maher
"Oliver Wong" <o...@xxxxxxxxxxxxxx> wrote in message
news:_8i7i.115023$mi.703175@xxxxxxxxxxxxxxxxxxxxxx
<ashutosh.jun...@xxxxxxxxx> wrote in message
news:1180542387.831120.23010@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello,
I am working on a project which will execute a script from Applet on
remote host. The applet is displayed in Web interface.
Can any one guide me on the same?
Can we do rsh to remote host from applet?
Is calling from Applet the right way?
Please let me know if yu need more details?
Unsigned applets have a restriction that they can only communicate
with the server they were downloaded from. I don't know the RSH protocol
(I'm guessing it's plaintext, similar to the telnet protocol), but if you
know it, then the simplest solution would be to host the Applet on the
same server you wish to RSH into, and have your applet implement an RSH
client and do whatever it is you want to do.
Note, in case you're unaware, that the RSH protocol is not a secure
one (everything is sent unencrypted, from what I understand), and that any
services that your applet can connect, end-users (and "hackers") can
directly connect to as well.
- Oliver- Hide quoted text -
- Show quoted text -
.
- References:
- How to call rsh from Applet to remote host
- From: ashutosh . juneja
- Re: How to call rsh from Applet to remote host
- From: Oliver Wong
- Re: How to call rsh from Applet to remote host
- From: Richard Maher
- How to call rsh from Applet to remote host
- Prev by Date: J2ME, MIDP 2.0, serial port control.
- Next by Date: Re: How to call rsh from Applet to remote host
- Previous by thread: Re: How to call rsh from Applet to remote host
- Next by thread: Commen Problem with Tomcat. & WARs - eg using some JSF library
- Index(es):
Relevant Pages
|