Re: installing rsh and rlogin servers - rshd and rlogind

2012-05-14 Thread Andrew DeFaria

On 05/13/2012 01:13 PM, Earnie Boyd wrote:

On Sun, May 13, 2012 at 3:20 PM, Marilo wrote:

I am surprised /usr/sbin isn't in the PATH though..

Why should the system/server bin be a part of the _user_ PATH?  That
could cause issues of starting/stopping a server unaware.

Why would a user type rshd? Nothing stops a user from typing 
/usr/sbin/rshd either...

--
Andrew DeFaria http://defaria.com
Friction can be a real drag.


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



installing rsh and rlogin servers - rshd and rlogind

2012-05-13 Thread Marilo

I know ssh is the recommended thing, it has encryption and public keys. But I 
would like to install and try rsh and the like nonetheless to see what it was 
like. I'm the only person on my LAN and it's just for my LAN.

I would like to use rsh and rlogin, and their respective servers 

I can see the rsh and rlogin commands, but not their servers.

There is a package called rsh-server, but i've looked for the file rsh-server 
and not found it, and I see no packages mentioning rshd or rlogind or telnetd 
and I don't see those files on my system.



--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: installing rsh and rlogin servers - rshd and rlogind

2012-05-13 Thread David Sastre Medina
On Sun, May 13, 2012 at 11:29:52AM +0100, Marilo wrote:
 
 I know ssh is the recommended thing, it has encryption and public keys. 
 But I would like to install and try rsh and the like nonetheless to see 
 what it was like. I'm the only person on my LAN and it's just for my LAN.
 I would like to use rsh and rlogin, and their respective servers 
 I can see the rsh and rlogin commands, but not their servers.
 There is a package called rsh-server, but i've looked for the file rsh-server 
 and not found it, and I see no packages mentioning rshd or rlogind or telnetd 
 and I don't see those files on my system.

http://cygwin.com/cgi-bin2/package-cat.cgi?file=rsh-server%2Frsh-server-0.17-1grep=rshd
http://cygwin.com/cgi-bin2/package-cat.cgi?file=rsh-server%2Frsh-server-0.17-1grep=rlogind

and check the output of

$ cygcheck -l rsh-server

-- 
Primary key fingerprint: AD8F BDC0 5A2C FD5F A179  60E7 F79B AB04 5299 EC56


signature.asc
Description: Digital signature


Re: installing rsh and rlogin servers - rshd and rlogind

2012-05-13 Thread Marilo
Thanks, 

I wasn't looking right

That's a useful command.. I see some servers now.

I am surprised /usr/sbin isn't in the PATH though..

user@comp ~
$ echo $PATH
/usr/local/bin:/usr/bin:/cygdrive/c:/cygdrive/c/windows:/cygdrive/c/windows/system32:/cygdrive/c/wind.



$ cygcheck -l rsh-server
/usr/sbin/rexecd.exe
/usr/sbin/rlogind.exe
/usr/sbin/rshd.exe
/usr/share/man/man8/rexecd.8.gz
/usr/share/man/man8/rlogind.8.gz
/usr/share/man/man8/rshd.8.gz
/etc/defaults/etc/xinetd.d/rexec
/etc/defaults/etc/xinetd.d/rlogin
/etc/defaults/etc/xinetd.d/rsh
/etc/postinstall/rsh.sh
/etc/preremove/rsh.sh
/etc/xinetd.d/.keep-rsh
/usr/share/doc/Cygwin/rsh-server.README


--- On Sun, 13/5/12, David Sastre Medina  wrote:

 From: David Sastre Medina
 Subject: Re: installing rsh and rlogin  servers  - rshd and rlogind
 To: cygwin
 Date: Sunday, 13 May, 2012, 12:52
 On Sun, May 13, 2012 at 11:29:52AM
 +0100, Marilo wrote:
  
  I know ssh is the recommended thing, it has encryption
 and public keys. 
  But I would like to install and try rsh and the like
 nonetheless to see 
  what it was like. I'm the only person on my LAN and
 it's just for my LAN.
  I would like to use rsh and rlogin, and their
 respective servers 
  I can see the rsh and rlogin commands, but not their
 servers.
  There is a package called rsh-server, but i've looked
 for the file rsh-server 
  and not found it, and I see no packages mentioning rshd
 or rlogind or telnetd 
  and I don't see those files on my system.
 
 http://cygwin.com/cgi-bin2/package-cat.cgi?file=rsh-server%2Frsh-server-0.17-1grep=rshd
 http://cygwin.com/cgi-bin2/package-cat.cgi?file=rsh-server%2Frsh-server-0.17-1grep=rlogind
 
 and check the output of
 
 $ cygcheck -l rsh-server
 
 -- 
 Primary key fingerprint: AD8F BDC0 5A2C FD5F A179  60E7
 F79B AB04 5299 EC56


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: installing rsh and rlogin servers - rshd and rlogind

2012-05-13 Thread Earnie Boyd
On Sun, May 13, 2012 at 3:20 PM, Marilo wrote:
 I am surprised /usr/sbin isn't in the PATH though..

Why should the system/server bin be a part of the _user_ PATH?  That
could cause issues of starting/stopping a server unaware.

-- 
Earnie
-- https://sites.google.com/site/earnieboyd

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: installing rsh and rlogin servers - rshd and rlogind

2012-05-13 Thread Marilo
well, like running net start sshd by accident?

I wouldn't run a program without realising it..but maybe some that are  
dyslexic might so they don't put it in the path.

I can't actually get it installed.. 

user@comp /usr/sbin
$./rshd

user@comp /usr/sbin
$

I run ps
and it doesn't show it

By the way.. I notice many put an email in the To and an email in the CC. I 
know it's recommended to remove emails from the body.  But wouldn't the email 
appear in the From and the To and CC, on the mailing list?


--- On Sun, 13/5/12, Earnie Boyd  wrote:

 From: Earnie Boyd 
 Subject: Re: installing rsh and rlogin servers - rshd and rlogind
 To: narium 
  cygwin
 Date: Sunday, 13 May, 2012, 21:13
 On Sun, May 13, 2012 at 3:20 PM,
 Marilo wrote:
  I am surprised /usr/sbin isn't in the PATH though..
 
 Why should the system/server bin be a part of the _user_
 PATH?  That
 could cause issues of starting/stopping a server unaware.
 
 -- 
 Earnie
 -- https://sites.google.com/site/earnieboyd
 
 --
 Problem reports:       http://cygwin.com/problems.html
 FAQ:               
    http://cygwin.com/faq/
 Documentation:         http://cygwin.com/docs.html
 Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
 


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: installing rsh and rlogin servers - rshd and rlogind

2012-05-13 Thread Charles Wilson

Please read /usr/share/doc/Cygwin/rsh-server.README

--
Chuck

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple