Re: rexecing without password

2000-08-31 Thread Darryl Bond

"Stear, Bo" wrote:
> 
> The invisible .rhosts file in the root directory must be created or modified
> to allow remote access without passwords.
> This file sets up a 'trusted' station that does not require passwords.
> Create or modify the .rhosts file to contain the LETTERBUG name of all of
> the stations that you want to be 'trusted'.

Take a look at sudo on the SunFreeware site. It allows specific users to
execute specific programs and scripts as root or another user. It is
much finer grained than using .rhosts which can open up all sorts of
security holes. 
We have used it to allow certain users to run only ufsdump & ufsrestore
as root.

Of course, this doesn't help when rexec'ing on an NT box.


> 
> -Original Message-
> From: Sascha Wildner [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 31, 2000 7:17 AM
> To: Foxboro Mailing List
> Subject: rexecing without password
> 
> Hello,
> 
> does anyone know if it is possible to remotely execute commands on other
> hosts (either AW70 or AW51) without having to enter a password?  My
> application must be able to do this from either architecture, all four
> combinations (AW70->AW70, AW70->AW51, AW51->AW51 and AW51->AW70).
> 
> 
> Regards,
> 
> Sascha Wildner
> erpicon Software Development GmbH
> 
> ---
> This list is neither sponsored nor endorsed by the Foxboro Company. All
> postings from this list are the work of list subscribers and no warranty
> is made or implied as to the accuracy of any information disseminated
> through this medium. By subscribing to this list you agree to hold the
> list sponsor(s) blameless for any and all mishaps which might occur due to
> your application of information received from this mailing list.
> 
> To be removed from this list, send mail to
> [EMAIL PROTECTED]
> with "unsubscribe foxboro" in the Subject. Or, send any mail to
> [EMAIL PROTECTED]

-- 
Darryl Bond

---
This list is neither sponsored nor endorsed by the Foxboro Company. All 
postings from this list are the work of list subscribers and no warranty 
is made or implied as to the accuracy of any information disseminated 
through this medium. By subscribing to this list you agree to hold the 
list sponsor(s) blameless for any and all mishaps which might occur due to 
your application of information received from this mailing list.

To be removed from this list, send mail to 
[EMAIL PROTECTED] 
with "unsubscribe foxboro" in the Subject. Or, send any mail to
[EMAIL PROTECTED]




RE: rexecing without passworD

2000-08-31 Thread Jack Easley



Has anyone tried the rexec/rsh daemon provided with Exeed?  I have'nt had the
need or time for these daemons, but Exceed's FTP daemon on NT works well.



---
This list is neither sponsored nor endorsed by the Foxboro Company. All 
postings from this list are the work of list subscribers and no warranty 
is made or implied as to the accuracy of any information disseminated 
through this medium. By subscribing to this list you agree to hold the 
list sponsor(s) blameless for any and all mishaps which might occur due to 
your application of information received from this mailing list.

To be removed from this list, send mail to 
[EMAIL PROTECTED] 
with "unsubscribe foxboro" in the Subject. Or, send any mail to
[EMAIL PROTECTED]




RE: rexecing without password

2000-08-31 Thread Johnson,Alex

Ataman ( www.ataman.com   ) provides an rsh daemon
for Windows NT that is recommend by Informix.

I have just purchased, but not yet received, it for use in porting FoxCTS to
NT. Perhaps it would be of benefit to you.


Regards,

Alex Johnson
The Foxboro Company
10707 Haddington
Houston, TX 77043
713.722.2859 (v)
713.722.2700 (sb)
713.932.0222 (f)
[EMAIL PROTECTED]  


-Original Message-
From:   Sascha Wildner [SMTP:[EMAIL PROTECTED]]
Sent:   Thursday, August 31, 2000 7:17 AM
To: Foxboro Mailing List
Subject:rexecing without password

Hello,
 
does anyone know if it is possible to remotely execute commands on
other hosts (either AW70 or AW51) without having to enter a password?  My
application must be able to do this from either architecture, all four
combinations (AW70->AW70, AW70->AW51, AW51->AW51 and AW51->AW70).
 
 
Regards,
 
Sascha Wildner
erpicon Software Development GmbH


---
This list is neither sponsored nor endorsed by the Foxboro Company. All 
postings from this list are the work of list subscribers and no warranty 
is made or implied as to the accuracy of any information disseminated 
through this medium. By subscribing to this list you agree to hold the 
list sponsor(s) blameless for any and all mishaps which might occur due to 
your application of information received from this mailing list.

To be removed from this list, send mail to 
[EMAIL PROTECTED] 
with "unsubscribe foxboro" in the Subject. Or, send any mail to
[EMAIL PROTECTED]




Re: rexecing without password

2000-08-31 Thread Sascha Wildner









  p.s. I 
  think, that we have met in Dusseldorf on Leuna project (At that time as a 
  Contex employee).
Indeed 
we have, Robert. :) Oh well, it was a happy time back then. 
:)
BTW: 
Martin's still working in Leuna along with two guys (Tibor and Marian) from his 
new company.
Regards,
Sascha
 





Re: rexecing without password

2000-08-31 Thread jdesaeve


I remotely execute programs from a SCO Unix machine on a AW51B with the
"rcmd " command ( on the SCO Unix machine).
What I had to do:

Create a   file  .rhosts( invisible file; you can see this with the command
"ls -al" )  in the user directories (on both machines)

What you have to put into that file :

in  my case : on the SCO machine :   AW51B  username
AW51B : specified in the host file on the SCOmachine (you can also use the
IP adress)
username : the username on the AW51B where the program is located.
  on the AW51B  SCOmachine username
SCOmachine is specified in the host file on the AW51B ; again, you can also
use the IP adress
username : username on the SCO machine

So, you only have to specify  a username, no password,although both users
on both machine are password protected.

Hope this helps you.
Jef





"Sascha Wildner" <[EMAIL PROTECTED]>@lists.TheCassandraProject.org> on
31/08/2000 14:17:27

Please respond to "Foxboro DCS Mail List"
  <[EMAIL PROTECTED]>

Sent by:  <[EMAIL PROTECTED]>


To:   "Foxboro Mailing List" <[EMAIL PROTECTED]>
cc:
Subject:  rexecing without password



Hello,

does anyone know if it is possible to remotely  execute commands on other
hosts (either AW70 or AW51) without having to enter a  password?  My
application must be able to do this from either architecture,  all four
combinations (AW70->AW70, AW70->AW51, AW51->AW51 and  AW51->AW70).


Regards,

Sascha Wildner
erpicon Software Development  GmbH





---
This list is neither sponsored nor endorsed by the Foxboro Company. All postings from 
this list are the work of list subscribers and no warranty is made or implied as to 
the accuracy of any information disseminated through this medium. By subscribing to 
this list you agree to hold the list sponsor(s) blameless for any and all mishaps 
which might occur due to your application of information received from this mailing 
list.

To be removed from this list, send mail to [EMAIL PROTECTED] 
with "unsubscribe foxboro" in the Subject. Or, send any mail to
[EMAIL PROTECTED]




RE: rexecing without password

2000-08-31 Thread Stank, Robert










Hallo 
Sascha.
I was 
faced to similar problem to execute commands on NT station from Unix 
AW51E.
Because NT doesn't have RSH server implemented, I had 
to install this software first.
On WWW 
you will find many examples. The one which I've used is downloaded 
from
http://www.denicomp.com";>www.denicomp.com and program is 
Wrshdnt.exe.
This 
program is installed as Service or as a single program.
For example, the following command 
would display a directory of the C: drive's root directory on your screen 
(assuming RSHD/NT's default configuration is being used): 


rsh winnt3 dir c:\\
Note the double backslashes 
(\\). If this rsh command is being issued from a Unix system, Unix uses 
the backslash as an "escape" character. To send a single backslash to RSHD/NT, 
you must specify two.
In case 
Unix-to-Unix or NT-to-Unix it is easier, while you don't need to install any 
software. It's only required to set remote rights for client in /.rhosts 
file.
I don't 
know what is the difference between normal NT and AW70 in that 
respect.
p.s. I 
think, that we have met in Dusseldorf on Leuna project (At that time as a Contex 
employee).
Robert 
StankFoxboro 
Nederland N.V.E-Mail: mailto:[EMAIL PROTECTED]:";>[EMAIL PROTECTED]Web: 
http://www.foxboro.comTel:";>http://www.foxboro.comTel: +31 (0)35 54 84234
 -Original Message-From: 
Sascha Wildner [mailto:[EMAIL PROTECTED]]Sent: 31 August 2000 
14:17To: Foxboro Mailing ListSubject: rexecing without 
password

  Hello,
   
  does anyone know if it is possible to remotely 
  execute commands on other hosts (either AW70 or AW51) without having to enter 
  a password?  My application must be able to do this from either 
  architecture, all four combinations (AW70->AW70, AW70->AW51, 
  AW51->AW51 and AW51->AW70).
   
   
  Regards,
   
  Sascha Wildnererpicon Software Development 
  GmbH





RE: rexecing without password

2000-08-31 Thread Stear, Bo

The invisible .rhosts file in the root directory must be created or modified
to allow remote access without passwords.
This file sets up a 'trusted' station that does not require passwords.
Create or modify the .rhosts file to contain the LETTERBUG name of all of
the stations that you want to be 'trusted'.

-Original Message-
From: Sascha Wildner [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 31, 2000 7:17 AM
To: Foxboro Mailing List
Subject: rexecing without password


Hello,
 
does anyone know if it is possible to remotely execute commands on other
hosts (either AW70 or AW51) without having to enter a password?  My
application must be able to do this from either architecture, all four
combinations (AW70->AW70, AW70->AW51, AW51->AW51 and AW51->AW70).
 
 
Regards,
 
Sascha Wildner
erpicon Software Development GmbH



---
This list is neither sponsored nor endorsed by the Foxboro Company. All 
postings from this list are the work of list subscribers and no warranty 
is made or implied as to the accuracy of any information disseminated 
through this medium. By subscribing to this list you agree to hold the 
list sponsor(s) blameless for any and all mishaps which might occur due to 
your application of information received from this mailing list.

To be removed from this list, send mail to 
[EMAIL PROTECTED] 
with "unsubscribe foxboro" in the Subject. Or, send any mail to
[EMAIL PROTECTED]