[openssh-unix-announce] OpenSSH 3.5 released
    Markus Friedl 
    markus at openbsd.org
       
    Wed Oct 16 23:21:01 EST 2002
    
    
  
On Wed, Oct 16, 2002 at 02:57:10PM +0200, Reinhard Zierke wrote:
> My /etc/ssh/ssh_config basically is
> 
> Host rz?spc? rz?spc??
>    ...
>    HostbasedAuthentication yes
>    ...
> 
> Host *
>    ...
>    HostbasedAuthentication no
>    ...
> 
> If I change the default entry to "HostbasedAuthentication yes" too, then ssh
> works fine.   But I want HostbasedAuthentication for local hosts only as it
> does work up to version 3.4p1.  How can I do this with 3.5p1?
since HostbasedAuthentication defaults to no, you can just use:
Host rz?spc? rz?spc??
	HostbasedAuthentication yes
Host *
	dont-mention-HostbasedAuthentication
    
    
More information about the openssh-unix-dev
mailing list