EnableSSHKeysign

Roumen Petrov openssh at roumenpetrov.info
Tue Oct 7 16:52:29 EST 2003


ssh-keysign don't know host => only
...
Host *
EnableSSHKeysign yes
...
in "host_config_file (.../ssh_config)" is valid.

Tim Rice wrote:

>It looks like host based authentication will not work if you
>attempt to set EnableSSHKeysign on a per host basis.
>
>Ie. This does not work.
>-------
>Host ou8
>  HostName ou8.somedomain.com
>  HostbasedAuthentication yes
>  EnableSSHKeysign yes
>  NoHostAuthenticationForLocalhost yes
>-------
>
>Unless you also add
>-----
>Host *
>  EnableSSHKeysign yes
>-----
>
>Is this the intended behavior?
>
Yes.

>
>  
>




More information about the openssh-unix-dev mailing list