OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Markus Friedl (markus_at_cvs.openbsd.org)
Date: Thu Nov 07 2002 - 16:08:07 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: markuscvs.openbsd.org 2002/11/07 15:08:07

    Modified files:
            usr.bin/ssh : readconf.c readconf.h ssh-keysign.8
                             ssh-keysign.c

    Log message:
    we cannot use HostbasedAuthentication for enabling ssh-keysign(8),
    because HostbasedAuthentication might be enabled based on the
    target host and ssh-keysign(8) does not know the remote hostname
    and not trust ssh(1) about the hostname, so we add a new option
    EnableSSHKeysign; ok djm, report from zierkeinformatik.uni-hamburg.de