Re: rsh as root without password

2006-06-01 Thread Roberto C. Sanchez
Sadegh Ismael Nattaj wrote: > Hi all, > > I am working with a clustered software that needs to rsh as "root" into > every nodes of cluster (before advising on ssh or something else, I must > say that all machines are in an isolated network and there is no > security risk at all). > > I added "mac

Re: rsh-server

2003-09-08 Thread Vineet Kumar
* Victory ([EMAIL PROTECTED]) [030908 14:03]: > I know that BUT one of the Old install program using rsh-server > and the programmer refused to change it. Sorry > > BTW . I put entry in to /etc/host.allow ALL: ALL: ALLOW > but when i try "rlogin temp1 -l root" it still won't let me in. > OR "rsh

Re: rsh-server

2003-09-08 Thread Victory
ck with Permission denied. Regards, Victor, - Original Message - From: "Stefan Waidele jun." <[EMAIL PROTECTED]> To: "Victory" <[EMAIL PROTECTED]> Cc: "Debian-User" <[EMAIL PROTECTED]> Sent: Monday, September 08, 2003 3:26 PM Subject: Re: rsh-serv

Re: rsh-server

2003-09-08 Thread David Z Maze
"Victory" <[EMAIL PROTECTED]> writes: > I just installed rsh-server and don't know how to set it up so that > I can do "rlogin temp1 -l root" from remote machine. You almost certainly don't want to, unless you *want* your root password passing across the network in the clear. Better: (1) Remov

Re: rsh-server

2003-09-08 Thread Stefan Waidele jun.
Victory wrote: [...] I just installed rsh-server and don't know how to set it up so that I can do "rlogin temp1 -l root" from remote machine. rsh (along with the other r-commands) should not be used for security reasons. (Except rsync over a ssh-connection) Why don't you use ssh?. If you cannot

Re: rsh

2002-02-28 Thread Vineet Kumar
* FU ([EMAIL PROTECTED]) [020228 12:10]: > Setting up exim (3.33-1.1) ... > Error: system's FQDN hostname > (pa1_2.mildred.cpsc.ucalgary.ca) doesn't > match > RFC1035 syntax; cannot configure the mail system. > dpkg: error processing exim (--configure): > subprocess post-installation script retur

Re: rsh

2002-02-28 Thread David Z Maze
[EMAIL PROTECTED] writes: > While I was installing the rsh-server, I encountered > the following problems. > Setting up exim (3.33-1.1) ... > Error: system's FQDN hostname (pa1_2.mildred.cpsc.ucalgary.ca) doesn't match > RFC1035 syntax; cannot configure the mail system. > dpkg: error processing

Re: RSH and SSH --> the same in Debian?

2001-10-21 Thread Colin Watson
On Sun, Oct 21, 2001 at 01:20:28PM +0200, Raffaele Sandrini wrote: > I'd like to use rsh. Yes my network is 100% secure cause its not > connected to anything insecure. > But i think there is no rsh in Debian. If i type "man rsh" i get the > manpage of ssh. If i execute "rsh" i get ssh... Sounds li

Re: rsh access

2000-01-14 Thread Brian May
> "Paul" == Paul McAvoy <[EMAIL PROTECTED]> writes: Paul> Don't know too much about rsh, but you would probably be Paul> better off with SSH as it is (more) secure and offers the Paul> same functionality. ... or the Kerberos version of rsh (eg in heimdal-clients in potato) ... (

Re: rsh access

2000-01-13 Thread Joe Block
"Christopher S. Swingley" wrote: > > > rsh a redhat linux server from my debian server...and i have no idea how to > > get it to work. > > To do this you need four things on your Red Hat system (or any UNIX for > that matter): > > * The user's home directory on the remote machine must have a

Re: rsh access

2000-01-13 Thread Paul McAvoy
Don't know too much about rsh, but you would probably be better off with SSH as it is (more) secure and offers the same functionality. - Paul On Thu, Jan 13, 2000 at 04:07:10PM +1300, [EMAIL PROTECTED] wrote: > hi > > i asked this question before but no one answered... not too sure why as it > i

Re: rsh access

2000-01-13 Thread Christopher S. Swingley
> rsh a redhat linux server from my debian server...and i have no idea how to > get it to work. To do this you need four things on your Red Hat system (or any UNIX for that matter): * The user's home directory on the remote machine must have a ~/.rhosts file with the address of the l

Re: rsh when root

1999-05-11 Thread Philippe Andersson
As an afterthought: don't forget to use the FQDN in your .rhosts (it didn't work without it in my setup) Ph. A. Philippe Andersson wrote: > > Hello, > > Edit /etc/inetd.conf, look for the line that invoque rshd and modify it > as follows: > > shell stream tcp nowait root/usr/sbin/

Re: rsh when root

1999-05-11 Thread Philippe Andersson
Hello, Edit /etc/inetd.conf, look for the line that invoque rshd and modify it as follows: shell stream tcp nowait root/usr/sbin/tcpd in.rshd -hlL ^^ This disables the use of ~/.rhosts *except for root* (-l) and allows

Re: rsh

1997-11-06 Thread Craig Sanders
On Wed, 5 Nov 1997, m* wrote: > Syd Alsobrook wrote: > > > > Help, > > What do I need to do to get rsh to work without passwords on a > > closed network? > > see "man rhosts". > > m* also see ssh - just because your network is 'closed' is no reason to take risksone day your network

Re: rsh

1997-11-05 Thread m*
Syd Alsobrook wrote: > > Help, > What do I need to do to get rsh to work without passwords on a > closed network? see "man rhosts". m* -- "The Shining One" -- -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PR

Re: rsh authentication ... (fwd)

1997-07-09 Thread Richard G. Roberto
M. Hegbloom" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: debian-user@lists.debian.org > Subject: Re: rsh authentication ... > > >>>>> "Richard" == Richard G Roberto <[EMAIL PROTECTED]> writes: > > Richard> I have (after some fr

Re: rsh authentication ...

1997-06-29 Thread Karl M. Hegbloom
> "Richard" == Richard G Roberto <[EMAIL PROTECTED]> writes: Richard> I have (after some frustration with explicit entries, as Richard> well as ALL: ALL) removed hosts.deny and hosts.allow on Richard> both machines. The solution is to ditch `inetd' and tcpwrappers, and install `

Re: rsh or ssh and rdist

1997-06-11 Thread Michael Stone
Quoting Karl M. Hegbloom ([EMAIL PROTECTED]): > On a related note, is there any way to make rdist use ssh? man rdist, look at the option for rsh path; replace the path to rsh with the path to ssh--they're functionally equivalent (although you might want to add parameters for compression, etc.) -

Re: rsh or ssh and rdist

1997-06-10 Thread Karl M. Hegbloom
On a related note, is there any way to make rdist use ssh? -- Karl M. Hegbloom <[EMAIL PROTECTED]> http://www.inetarena.com/~karlheg Portland, OR USA Debian GNU 1.3 Linux 2.1.36 AMD K5 PR-133 -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trou

Re: rsh or ssh and authorization over a masqueraded connection.

1997-06-10 Thread Rob Browning
Christoph Lameter <[EMAIL PROTECTED]> writes: > You can simply decrypt the private key and then no passwords are required. I couldn't figure out how to do that, but isn't that a little unsafe? After some more investigation, it looks like the way ssh wants you to do this is with ssh-agent and ssh

Re: rsh or ssh and authorization over a masqueraded connection.

1997-06-10 Thread Christoph Lameter
On 9 Jun 1997, Rob Browning wrote: >Christoph Lameter <[EMAIL PROTECTED]> writes: > >> You need to run keygen and then put your public key on the host you >> want to reach. Get rid of the .shosts file and the pain of >> passwords is gone. You can put your private key on any account you >> want to

Re: rsh or ssh and authorization over a masqueraded connection.

1997-06-10 Thread Rob Browning
Christoph Lameter <[EMAIL PROTECTED]> writes: > You need to run keygen and then put your public key on the host you > want to reach. Get rid of the .shosts file and the pain of > passwords is gone. You can put your private key on any account you > want to use to connect from. I had tried that, b

Re: rsh or ssh and authorization over a masqueraded connection.

1997-06-10 Thread Christoph Lameter
Use RSA User authentication instead of RSA Host authentication. You need to run keygen and then put your public key on the host you want to reach. Get rid of the .shosts file and the pain of passwords is gone. You can put your private key on any account you want to use to connect from. In artic

Re: rsh with .rhosts problems (SOLVED)

1997-05-02 Thread Dr. Andreas Wehler
: Hi, : : I don't have access to a Linux machine from where I work so I can't : check on this advice, but see if there is a man page for : "hosts.equiv". On Solaris machines, /etc/hosts.equiv is the other ^^^ : piece that controls remote access via rsh, rlogin, etc. : : Good luck, : R

Re: rsh with .rhosts problems

1997-04-30 Thread Rob Browning
"Eloy A. Paris" <[EMAIL PROTECTED]> writes: > Can you send the .rhosts in both hosts to the list? > > As I remember it, the rshd is very picky about the way you specify > the hpost name in .rhosts. I think is has to be the same string > the gethostbyaddr() (the resolver) returns. Also, check /et

Re: rsh with .rhosts problems

1997-04-30 Thread Eloy A. Paris
Can you send the .rhosts in both hosts to the list? As I remember it, the rshd is very picky about the way you specify the hpost name in .rhosts. I think is has to be the same string the gethostbyaddr() (the resolver) returns. I hope this helps. E.- > > Hello, > > does someone know any pecu

Re: rsh root priv

1997-04-03 Thread Richard Kilgore
On Apr 2, Nathan O. Siemers wrote >Hello all: > >I'm having trouble telling linux to allow rsh's to work as root from >remote machines. Root's .rhosts, /etc/hosts.equiv, and >/etc/hosts.allow don't seem to affect the "permission denied" >result. Solution? Change the command in.rshd in your /etc/in

Re: rsh don' t work?!?

1997-03-13 Thread Karlheinz Nolte
Andrea Arcangeli wrote: > > I want to use rsh, but I found: > > $ rsh localhost ls > Permission denied. > > What I must change (for example in hosts.allow) to run it? > Hi Andrea, you have to create the file .rhosts in the users home directory on the remote host (with permission rw-). Thi

Re: rsh don' t work?!?

1997-03-12 Thread Michel Beland
> I want to use rsh, but I found: > > $ rsh localhost ls > Permission denied. > > What I must change (for example in hosts.allow) to run it? Add your hostname to the file /etc/hosts.equiv and this will work. -- Michel Beland [EMAIL PROTECTED] professionnel de recherchetel: (

Re: rsh don' t work?!?

1997-03-10 Thread Heikki Vatiainen
I think this is what Andrea was trying to do: #rsh localhost ls permission denied #echo "localhost hessu" >> .rhosts #rsh localhost ls Mail News bin [rest of the listing cut] Andrea, you need at least a 'hostname user' line in $HOME/.rhosts on the computer you want to remotely log in to. See rlo

Re: rsh don' t work?!?

1997-03-10 Thread dpk
You don't need the 'ls' at the end for rsh. I don't know what options you were trying to obtain from using it, but I didn't find anything about it in the man page. I tried the same thing you did and received the same results. However, you can see if you omit the 'ls' it works just fine. <1