LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: Newbie: RCP help

To: David Lambe <david.lambe@xxxxxxxxxxxxxxxx>
Subject: Re: Newbie: RCP help
Cc: "'lvs-users@xxxxxxxxxxxxxxxxxxxxxx'" <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
From: Joseph Mack <mack.joseph@xxxxxxx>
Date: Mon, 13 Nov 2000 11:51:21 -0500
Dave said

> Both rsh and rlogin function, BUT require the password to be entered twice. Is
> this correct or the reason that rcp is erroring out? How do I get rsh and
> rlogin to only prompt for password once? TIA

If you go to the beowulf site, you'll find people are moving to replace
rsh etc with ssh etc on sites which could be attacked from outside
(and turning off telnet, r* etc)

My machines aren't connected to the outside world so I have root with
no passwd. To compile ssh do

./configure --with-none

and use the config file I've attached (the docs on passwordless
root logins were not helpfull)

Joe
-- 
Joseph Mack PhD, Senior Systems Engineer, Lockheed Martin
contractor to the National Environmental Supercomputer Center, 
mailto:mack.joseph@xxxxxxx ph# 919-541-0007, RTP, NC, USA
# This is ssh server systemwide configuration file.

Port 22
#Protocol 2,1
ListenAddress 0.0.0.0
#ListenAddress ::
HostKey /usr/local/etc/ssh_host_key
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600
PermitRootLogin yes
#PermitRootLogin without-password
#
# Don't read ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
#IgnoreUserKnownHosts yes
StrictModes yes
X11Forwarding no
X11DisplayOffset 10
PrintMotd yes
KeepAlive yes

# Logging
SyslogFacility AUTH
LogLevel INFO
#obsoletes QuietMode and FascistLogging

RhostsAuthentication no
#
# For this to work you will also need host keys in 
/usr/local/etc/ssh_known_hosts
#RhostsRSAAuthentication no
RhostsRSAAuthentication yes
#
RSAAuthentication yes

# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication yes
#PermitEmptyPasswords no
PermitEmptyPasswords yes
# Uncomment to disable S/key passwords 
#SkeyAuthentication no
#KbdInteractiveAuthentication yes

# To change Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#AFSTokenPassing no
#KerberosTicketCleanup no

# Kerberos TGT Passing does only work with the AFS kaserver
#KerberosTgtPassing yes

CheckMail no
#UseLogin no

# Uncomment if you want to enable sftp
#Subsystem      sftp    /usr/local/libexec/sftp-server
#MaxStartups 10:30:60





<Prev in Thread] Current Thread [Next in Thread>