[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

ssh trusted host



Everyone has probably seen this question a 1,000 times by now, but here goes.
I need to get a trusted host arrangement between a number of machines.  
Configurations for several machines went find, but one is giving me trouble.  
I copied the ssh_config; sshd_config from a successful implementation to the 
problem box.

client /etc/ssh/ssh_config includes:

        <commented lines>
Host statamatic
        ForwardAgent yes
        ForwardX11 yes
        FallBackToRsh no
        Protocol 2,1
        RhostsAuthentication yes
        RhostsRSAAuthentication yes
        DSAAuthentication yes
        IdentityFile ~/.ssh/identity
# Be paranoid by default
Host *
        ForwardAgent no
        ForwardX11 yes
        FallBackToRsh no
        Protocol 2,1
   RhostsAuthentication yes
   RhostsRSAAuthentication yes
DSAAuthentication yes

PERMISSIONS:
-rw-r--r--    1 root     root         1261 Nov 30 08:35 ssh_config
-rw-------    1 root     root         1195 Nov 27 10:53 sshd_config


When I: ssh -v -v -v statamatic I get:

debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for statamatic
debug1: Applying options for *
debug1: Seeding random number generator
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: restore_uid

Okay...so what is leading to "Rhosts Authentication disabled."  It will 
authenticate on passphrase/password. Is there another config file somewhere 
or what?

Thanks in advance.

 
=========================================
Michaell Taylor, PhD

=========================================
Michaell Taylor, PhD





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]